mirror of https://github.com/shred/acme4j
Fix broken CI
parent
636ccc37e0
commit
e9eedb99cd
|
@ -10,16 +10,16 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '9', '11', '16' ]
|
||||
java: [ '9', '11', '17' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build
|
||||
run: mvn --no-transfer-progress -B -P ci verify
|
||||
|
|
Loading…
Reference in New Issue