Skip to content

Commit

Permalink
Add Java 24-ea as an experimental build
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 22, 2024
1 parent 0ff5384 commit a39c796
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
include:
- java: 23-ea
experimental: true
- java: 23-ea
experimental: true
- java: 24-ea
experimental: true

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

0 comments on commit a39c796

Please sign in to comment.