Skip to content

Commit

Permalink
Adding Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed May 2, 2024
1 parent 0ead420 commit 5f6b798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
java: [ '8', '11', '17', '21', '22' ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 #v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
distribution: 'temurin'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify --file pom.xml

0 comments on commit 5f6b798

Please sign in to comment.