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 c41b7b0 commit 17bea73
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 17, 21 ]
java: [ 17, 21, 23 ]
experimental: [false]
include:
- java: 23
os: ubuntu-latest
experimental: true
- java: 24-ea
os: windows-latest
experimental: true
Expand Down

0 comments on commit 17bea73

Please sign in to comment.