Skip to content

Commit f6d7b36

Browse files
committed
ci: 归位 2.0.x 工作流——JDK 17(此前误写为 JDK 8)
1 parent 8dcd9de commit f6d7b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
build:
24-
name: JDK 8 Build & Verify
24+
name: JDK 17 Build & Verify
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 30
2727
steps:
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v5
3333
with:
3434
distribution: temurin
35-
java-version: '8'
35+
java-version: '17'
3636
cache: maven
3737

3838
- name: Build and verify with JaCoCo coverage gate

0 commit comments

Comments
 (0)