Skip to content

Commit

Permalink
Add Java 22 and 23-ea to GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 22, 2024
1 parent 3218cb7 commit c1d10c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21, 22 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 22
experimental: true
- java: 23-ea
experimental: true

Expand Down

0 comments on commit c1d10c4

Please sign in to comment.