Skip to content

Commit

Permalink
Java 23 build is no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 7, 2024
1 parent f0c50a9 commit f648a89
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 @@ -31,11 +31,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 f648a89

Please sign in to comment.