Skip to content

Commit d7dae8d

Browse files
committed
.github: update JDK in ci.yml
1 parent 17e1e0c commit d7dae8d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,12 @@ jobs:
216216
with:
217217
fetch-depth: 0
218218

219-
- name: Set up JDK
219+
- name: Set up JDK 17
220220
uses: actions/setup-java@v4
221221
with:
222-
java-version: '11'
223-
distribution: 'adopt'
224-
architecture: x64
225-
cache: maven
222+
distribution: 'temurin'
223+
java-version: '17'
224+
cache: 'maven'
226225

227226
- name: Set up Python
228227
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)