Skip to content

Commit 25aec8c

Browse files
committed
Update Release Steps to JDK 25
Issue gh-18512 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 6eb0af9 commit 25aec8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ jobs:
3434
with:
3535
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
3636
default-publish-milestones-central: true
37+
java-version: 25
3738
secrets: inherit
3839
deploy-schema:
3940
name: Deploy Schema
4041
needs: [ build ]
4142
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-schema.yml@729fed56d42122f88583aff1be35c0800b7d77e9 # v1.0.14
4243
with:
4344
should-deploy-schema: ${{ needs.build.outputs.should-deploy-artifacts }}
45+
java-version: 25
4446
secrets: inherit
4547
perform-release:
4648
name: Perform Release
@@ -53,6 +55,7 @@ jobs:
5355
release-repo-url: https://repo1.maven.org/maven2
5456
artifact-path: org/springframework/security/spring-security-core
5557
slack-announcing-id: spring-security-announcing
58+
java-version: 25:q
5659
secrets: inherit
5760
send-notification:
5861
name: Send Notification

0 commit comments

Comments
 (0)