We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc58086 commit 24435adCopy full SHA for 24435ad
.github/workflows/continuous-integration-workflow.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Test Against Snapshots
29
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
30
with:
31
- test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
+ test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=7.+ -PspringSecurityVersion=7.+
32
secrets: inherit
33
deploy-artifacts:
34
name: Deploy Artifacts
0 commit comments