Skip to content

Commit

Permalink
Add Java 23 and 24-ea GH CI builds
Browse files Browse the repository at this point in the history
Mark 24-ea as experimental
  • Loading branch information
garydgregory committed Oct 1, 2024
1 parent 02db30a commit c3b965b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 11, 17, 21, 23 ]
experimental: [false]
# include:
# - java: 22-ea
# experimental: true
include:
- java: 24-ea
experimental: true

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit c3b965b

Please sign in to comment.