Skip to content

Commit 2227d9a

Browse files
committed
Configure source and target
1 parent 39b68f8 commit 2227d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: cp doma-spring-boot-core/src/module/java/module-info.java doma-spring-boot-core/src/main/java/ && cp doma-spring-boot-autoconfigure/src/module/java/module-info.java doma-spring-boot-autoconfigure/src/main/java/
6363

6464
- name: Test with Maven
65-
run: ./mvnw test -B -pl doma-spring-boot-core,doma-spring-boot-autoconfigure
65+
run: ./mvnw test -B -pl doma-spring-boot-core,doma-spring-boot-autoconfigure -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
6666

6767
- name: Upload reports
6868
if: failure()

0 commit comments

Comments
 (0)