Skip to content

Commit 76693f0

Browse files
committed
update jdk version for github actions
1 parent 85a6671 commit 76693f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v5
16-
- name: Setup JDK 11
16+
- name: Setup JDK 17
1717
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'zulu'
20-
java-version: '11'
20+
java-version: '17'
2121
cache: 'gradle'
2222

2323
- name: Environment info

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838

39-
- name: Setup JDK 11
39+
- name: Setup JDK 17
4040
uses: actions/setup-java@v5
4141
with:
4242
distribution: 'zulu'
43-
java-version: '11'
43+
java-version: '17'
4444
cache: 'gradle'
4545

4646
- name: Environment info

0 commit comments

Comments
 (0)