Skip to content

Commit 01a4222

Browse files
committed
bump jdk
1 parent a3ab096 commit 01a4222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
distribution: 'zulu'
3232
check-latest: true
33-
java-version: 19
33+
java-version: 21
3434
cache: 'gradle'
3535

3636
- name: Validate gradle wrapper

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
distribution: 'zulu'
3131
check-latest: true
32-
java-version: 19
32+
java-version: 21
3333
cache: 'gradle'
3434

3535
- name: Validate gradle wrapper

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: 'zulu'
2626
check-latest: true
27-
java-version: 19
27+
java-version: 21
2828
cache: 'gradle'
2929

3030
- name: Validate gradle wrapper

0 commit comments

Comments
 (0)