Skip to content

Commit

Permalink
Add Java 23 and 24-ea as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 7, 2024
1 parent 7e756e9 commit f0c50a9
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 @@ -33,9 +33,11 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
# - java: 23
# experimental: true
include:
- java: 23
experimental: true
- java: 24-ea
experimental: true

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down

0 comments on commit f0c50a9

Please sign in to comment.