Enable building against Java 23-ea
This commit updates the CI workflow to build against Java 23-ea as well, using the temurin distribution. For consistency, we're also building against Java 22. Closes gh-32090
This commit is contained in:
parent
eacfd77d6a
commit
0544dfe090
|
@ -20,6 +20,11 @@ jobs:
|
|||
toolchain: false
|
||||
- version: 21
|
||||
toolchain: true
|
||||
- version: 22
|
||||
toolchain: true
|
||||
- version: 23-ea
|
||||
distribution: temurin
|
||||
toolchain: true
|
||||
exclude:
|
||||
- os:
|
||||
name: Linux
|
||||
|
|
Loading…
Reference in New Issue