From 0544dfe090f4fa61045657d6c9bd68c50039c7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 5 Jul 2024 10:00:08 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e66d5e2e29a..448417e12e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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