Skip to content

Commit

Permalink
The Java 23 build is no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent f77c1f4 commit 628e512
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 17, 21 ]
java: [ 8, 11, 17, 21, 23 ]
experimental: [false]
include:
- java: 23
experimental: true
- java: 24-ea
experimental: true

Expand Down

0 comments on commit 628e512

Please sign in to comment.