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