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:
Stéphane Nicoll 2024-07-05 10:00:08 +02:00
parent eacfd77d6a
commit 0544dfe090
1 changed files with 5 additions and 0 deletions

View File

@ -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