From 1b7709bfa264ab2866fbce5edb3ddef70792e348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Barto=C5=A1?= Date: Thu, 18 Sep 2025 14:13:45 +0200 Subject: [PATCH] Test JDK 25 in CI (#42447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #42733 Signed-off-by: Martin Bartoš --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3920974b9e8..753378a5639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] dist: [temurin] - version: [17, 24] + version: [17, 25-ea] fail-fast: false runs-on: ${{ matrix.os }} steps: