Skip to content

Commit

Permalink
CI builds: Replace Java 22 with Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 19, 2024
1 parent 7f71697 commit a09f19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21, 22 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 23-ea
- java: 23
experimental: true
- java: 24-ea
experimental: true
Expand Down

0 comments on commit a09f19c

Please sign in to comment.