Skip to content

Commit

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

steps:
# https://github.com/actions/checkout/issues/226#issuecomment-854736025
Expand Down

0 comments on commit ebd98cf

Please sign in to comment.