Fix broken CI

pull/134/head
Richard Körber 2022-11-18 16:23:08 +01:00
parent 636ccc37e0
commit e9eedb99cd
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 3 additions and 3 deletions

View File

@ -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