From 32b69d6232f3708fa0e1044abf6586ac04a36cb1 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 11 Dec 2025 10:47:01 -0500 Subject: [PATCH] test(ci): Java 25 for all jobs **don't merge** --- .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 27a8540e3c..75edca512b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ defaults: shell: bash env: - JAVA_VERSION: 21 # must be consistent with POM; see also dependabot config for any version limits + JAVA_VERSION: 25 # must be consistent with POM; see also dependabot config for any version limits JAVA_VERSION_LATEST: 25 # the latest `JAVA_VERSION` that we test with CI java_distribution: zulu javadoc_version: 25 # newer than `JAVA_VERSION` for better javadoc