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 4297b5c commit 72c2df5Copy full SHA for 72c2df5
.github/workflows/continuous-integration-workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Test Against Snapshots
26
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
27
with:
28
- test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.0.+ -PspringSecurityVersion=6.1.+
+ test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.1.+ -PspringSecurityVersion=6.3.+
29
secrets: inherit
30
deploy-artifacts:
31
name: Deploy Artifacts
0 commit comments