Skip to content

Commit 2ddb365

Browse files
committed
Merge branch '7.0.x'
2 parents 98f5b36 + 95d375c commit 2ddb365

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)