Skip to content

Commit

Permalink
Add Java 23 and 24-ea as experimental builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent 6404cdf commit 4efc3b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
os: [ubuntu-latest, windows-latest]
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
# - java: 22-ea
# os: ubuntu-latest
# experimental: true
# - java: 22-ea
# os: windows-latest
# experimental: true
include:
- java: 23
os: ubuntu-latest
experimental: true
- java: 24-ea
os: windows-latest
experimental: true
fail-fast: false

steps:
Expand Down

0 comments on commit 4efc3b4

Please sign in to comment.