Skip to content

Commit 0544dfe

Browse files
committed
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
1 parent eacfd77 commit 0544dfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
toolchain: false
2121
- version: 21
2222
toolchain: true
23+
- version: 22
24+
toolchain: true
25+
- version: 23-ea
26+
distribution: temurin
27+
toolchain: true
2328
exclude:
2429
- os:
2530
name: Linux

0 commit comments

Comments
 (0)