From 0d5b0c4627b5589f2f2864466d2b7218886f5a31 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:07:06 -0700 Subject: [PATCH] Use java-version --- .github/workflows/continuous-integration-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6c3eefd9b8..655c708cb2 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -34,6 +34,7 @@ jobs: with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} default-publish-milestones-central: true + java-version: 25 secrets: inherit deploy-schema: name: Deploy Schema @@ -41,6 +42,7 @@ jobs: uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@releases/v1 with: should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }} + java-version: 25 secrets: inherit perform-release: name: Perform Release @@ -53,6 +55,7 @@ jobs: release-repo-url: https://repo1.maven.org/maven2 artifact-path: org/springframework/security/spring-security-core slack-announcing-id: spring-security-announcing + java-version: 25 secrets: inherit send-notification: name: Send Notification