Skip to content

Commit 2da0139

Browse files
committed
Align Dependencies for Snapshot Build
Issue gh-933
1 parent bfc9a80 commit 2da0139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ jobs:
2727
strategy:
2828
matrix:
2929
include:
30-
- java-version: 21-ea
3130
- java-version: 17
3231
with:
3332
java-version: ${{ matrix.java-version }}
34-
test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=6.2.+ -PspringDataVersion=2024.0.+ --stacktrace
33+
test-args: --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=17 -PspringFrameworkVersion=6.1.+ -PspringDataVersion=2021.2.+ --stacktrace
3534
deploy-artifacts:
3635
name: Deploy Artifacts
3736
needs: [ build ]

0 commit comments

Comments
 (0)