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- strategy :
34- matrix :
35- include :
36- - java-version : 21-ea
37- toolchain : 21
38- - java-version : 17
39- toolchain : 17
40- with :
41- java-version : ${{ matrix.java-version }}
42- test-args : --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion=7.0.+ -PreactorVersion=2025.0.+ -PspringDataVersion=2025.1.+ -PmicrometerVersion=1.16.+ --stacktrace
43- secrets : inherit
4430 deploy-artifacts :
4531 name : Deploy Artifacts
46- needs : [ build, test ]
32+ needs : [ build ]
4733 uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@b92832ecbc7cbe969201e6beafbde0ee400cf095 # v1.0.15
4834 with :
4935 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
You can’t perform that action at this time.
0 commit comments