| commit | bdddfbf136bdff818fbb469ad5e64f3b650419c4 | [log] [tgz] |
|---|---|---|
| author | Zakelly <zakelly.lan@gmail.com> | Wed Jan 22 15:10:11 2025 +0800 |
| committer | GitHub <noreply@github.com> | Wed Jan 22 15:10:11 2025 +0800 |
| tree | 5d235fbe84ceee2f35068c7e39ec32d3bd471ce6 | |
| parent | 5e2164bd0bd6683cd78cc36252b17bb56f99b4dd [diff] |
[hotfix] Bump CI to jdk17 (#102)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b08ec25..5e96427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ - name: Set JDK uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: 'temurin' cache: 'maven'