Просмотр исходного кода

Update continuous-integration-workflow.yml to test against 7.0 snapshots

Joe Grandja 1 месяц назад
Родитель
Сommit
24435adea9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 1
.github/workflows/continuous-integration-workflow.yml

@@ -28,7 +28,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.2.+ -PspringSecurityVersion=6.4.+
+      test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=7.+ -PspringSecurityVersion=7.+
     secrets: inherit
   deploy-artifacts:
     name: Deploy Artifacts