We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82413f4 commit 4ff82dfCopy full SHA for 4ff82df
.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.1.+ -PspringSecurityVersion=6.3.+
+ test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+
29
secrets: inherit
30
deploy-artifacts:
31
name: Deploy Artifacts
@@ -52,4 +52,4 @@ jobs:
52
release-repo-url: https://repo1.maven.org/maven2
53
artifact-path: org/springframework/security/spring-security-oauth2-authorization-server
54
slack-announcing-id: spring-authorization-server-announcing
55
- secrets: inherit
+ secrets: inherit
0 commit comments