Skip to content

Commit 5a5fe4c

Browse files
committed
ci: 更新 Java 版本- 将 JDK 版本从 1.8 升级到 17
- 此更新确保项目在最新的 Java 版本上进行构建和测试
1 parent f33c432 commit 5a5fe4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up JDK 1.8
12+
- name: Set up JDK 17
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.8
15+
java-version: 17
1616
- name: Build with Maven
1717
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)