Skip to content

Commit

Permalink
CI: JDK 21 is now GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jan 2, 2024
1 parent 20aa68c commit ca09323
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 @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK.
java: [ 11, 17, 20, 21-ea ]
java: [ 11, 17, 21, 22-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -31,4 +31,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify
run: mvn --batch-mode --no-transfer-progress verify

0 comments on commit ca09323

Please sign in to comment.