Skip to content

Commit

Permalink
Align Dependencies for Snapshot Build
Browse files Browse the repository at this point in the history
Issue gh-933
  • Loading branch information
jzheaux committed Nov 22, 2024
1 parent bfc9a80 commit 2da0139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
strategy:
matrix:
include:
- java-version: 21-ea
- java-version: 17
with:
java-version: ${{ matrix.java-version }}
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=6.1.+ -PspringDataVersion=2021.2.+ --stacktrace
deploy-artifacts:
name: Deploy Artifacts
needs: [ build ]
Expand Down

0 comments on commit 2da0139

Please sign in to comment.