Add Java 24-ea as an experimental build

- Add Java 23-ea as an experimental build
- Above is only for Ubuntu since these EAs are not on macOS 13 which we
need for Java 8
This commit is contained in:
Gary Gregory 2024-07-22 09:41:46 -04:00
parent b7be19dc9f
commit ce19ec720b
1 changed files with 7 additions and 3 deletions

View File

@ -30,9 +30,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13]
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
# - java: 23-ea
# experimental: true
include:
- java: 23-ea
experimental: true
os: ubuntu-latest
- java: 24-ea
experimental: true
os: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7