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 fc986f3 commit ad03809Copy full SHA for ad03809
.github/workflows/continuous-integration-workflow.yml
@@ -31,7 +31,7 @@ jobs:
31
- java-version: 17
32
with:
33
java-version: ${{ matrix.java-version }}
34
- test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=6.2.+ -PspringDataVersion=2024.0.+ --stacktrace
+ test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=7.+ -PspringDataVersion=2025.0.+ --stacktrace
35
deploy-artifacts:
36
name: Deploy Artifacts
37
needs: [ build, test ]
0 commit comments