File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 java-version : ${{ matrix.jdk }}
2828 distribution : temurin
2929 secrets : inherit
30- test :
31- name : Test Against Snapshots
32- uses : spring-io/spring-security-release-tools/.github/workflows/test.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
33- with :
34- java-version : 17
35- test-args : --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=7.0.+ -PreactorVersion=2025.0.+ -PspringDataVersion=2025.1.+ -PmicrometerVersion=1.15.+ --stacktrace
36- secrets : inherit
3730 deploy-artifacts :
3831 name : Deploy Artifacts
39- needs : [ build, test ]
32+ needs : [ build ]
4033 uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4134 with :
4235 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
You can’t perform that action at this time.
0 commit comments