Skip to content

Commit

Permalink
Add Java 23 and 24-ea builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent c1f0de7 commit 6f88cd1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
# - java: 22-ea
# experimental: true
include:
- java: 23
experimental: true
- java: 24-ea
experimental: true

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 6f88cd1

Please sign in to comment.