From 9789f7f320f58739a7eba9dcbd1319eb8b0dc7bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:08:25 +0000 Subject: [PATCH] Update dependency openjdk/jdk to v27 --- .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 e72dc9b9bab..f3cbf57b89c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ env: USE_BAZEL_VERSION: "9.1.1" # JDK 27 early-access build; bump when a new EA build is published. JDK_EA_MAJOR: "27" - JDK_EA_BUILD: "26" + JDK_EA_BUILD: "27" jobs: # Basic sanity tests on the primary JDK.