Browse Source

Update test snapshot versions

pull/1713/head
Joe Grandja 1 year ago
parent
commit
4ff82dfac5
  1. 2
      .github/workflows/continuous-integration-workflow.yml

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

@ -25,7 +25,7 @@ jobs: @@ -25,7 +25,7 @@ jobs:
name: Test Against Snapshots
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
with:
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.+
secrets: inherit
deploy-artifacts:
name: Deploy Artifacts

Loading…
Cancel
Save