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.