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 9f19010 commit ce2b742Copy full SHA for ce2b742
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
run: chmod +x mvnw
91
92
- name: Test with Maven
93
- run: ./mvnw -B compile -pl doma-spring-boot-core,doma-spring-boot-autoconfigure && ./mvnw -B test -pl doma-spring-boot-core,doma-spring-boot-autoconfigure -Dmaven.main.skip=true -Ddoma.version=4.49.0
+ run: ./mvnw -B compile -pl doma-spring-boot-core,doma-spring-boot-autoconfigure && ./mvnw -B test -pl doma-spring-boot-core,doma-spring-boot-autoconfigure -Dmaven.main.skip=true -Ddoma.version=2.49.0
94
95
- name: Upload reports
96
if: failure()
0 commit comments