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 0c2558a commit 594c269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
# Experimental builds: Java 23
- os: ubuntu-latest
java: 23
experimental: true
experimental: false
- os: windows-latest
java: 23
experimental: true
experimental: false
- os: macos-latest
java: 23
experimental: true
experimental: false
# Experimental builds: Java 24-ea
- os: ubuntu-latest
java: 24-ea
Expand Down

0 comments on commit 594c269

Please sign in to comment.