From 77d62dd9d087d0df2e64603556a930a9e2a711f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 Aug 2024 10:10:24 +0200 Subject: [PATCH] Enable Java 23-ea on CI Closes gh-41711 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869e1eba85c..d879b0a51e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: toolchain: true - version: 22 toolchain: true + - version: 23 + early-access: true + toolchain: true exclude: - os: name: Linux