Skip to content

Commit

Permalink
Run EA tests with Spring 6
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 3, 2024
1 parent 5232df2 commit f993c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
website: jdk.java.net
release: EA
- name: 'Test'
run: ./mvnw ${MAVEN_ARGS} -Djacoco.skip=true install -DskipDistribution=true
run: ./mvnw ${MAVEN_ARGS} -Dorg.springframework.version=6.1.12 -Djacoco.skip=true install -DskipDistribution=true

0 comments on commit f993c33

Please sign in to comment.