Skip to content

Commit

Permalink
Update dependency range for snapshot tests
Browse files Browse the repository at this point in the history
Issue gh-1562
Issue gh-1567
  • Loading branch information
sjohnr committed Mar 18, 2024
1 parent 4297b5c commit 72c2df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.+ -PspringSecurityVersion=6.1.+
test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.1.+ -PspringSecurityVersion=6.3.+
secrets: inherit
deploy-artifacts:
name: Deploy Artifacts
Expand Down

0 comments on commit 72c2df5

Please sign in to comment.