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
- Above are not for macOS13 since these EAs are not on macOS 13 which we
need for Java 8
  • Loading branch information
garydgregory committed Jul 22, 2024
1 parent 08bbfe4 commit 770c32f
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,26 @@ jobs:
os: ubuntu-latest
experimental: false
deploy: true
# - java: 23-ea
# os: ubuntu-latest
# experimental: true
# - java: 23-ea
# os: windows-latest
# experimental: true
# - java: 23-ea
# os: macos-latest
# experimental: true
# Experimental builds: Java 23-ea
- java: 23-ea
os: ubuntu-latest
experimental: true
- java: 23-ea
os: windows-latest
experimental: true
- java: 23-ea
os: macos-latest
experimental: true
# Experimental builds: Java 24-ea
- java: 24-ea
os: ubuntu-latest
experimental: true
- java: 24-ea
os: windows-latest
experimental: true
- java: 24-ea
os: macos-latest
experimental: true
fail-fast: false

steps:
Expand Down

0 comments on commit 770c32f

Please sign in to comment.