Skip to content

Commit 4ddaa15

Browse files
committed
build: ci jdk to 21
1 parent 332b5ba commit 4ddaa15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- uses: actions/checkout@v2
2828
with:
2929
submodules: true
30-
- name: Set up JDK 17
30+
- name: Set up JDK 21
3131
uses: actions/setup-java@v2
3232
with:
3333
distribution: 'temurin'
3434
cache: 'gradle'
35-
java-version: 17
35+
java-version: 21
3636
- name: Make gradlew executable
3737
run: chmod +x ./gradlew
3838
- name: Build console with npm
@@ -44,12 +44,12 @@ jobs:
4444
- uses: actions/checkout@v2
4545
with:
4646
submodules: true
47-
- name: Set up JDK 17
47+
- name: Set up JDK 21
4848
uses: actions/setup-java@v2
4949
with:
5050
distribution: 'temurin'
5151
cache: 'gradle'
52-
java-version: 17
52+
java-version: 21
5353
- name: Make gradlew executable
5454
run: chmod +x ./gradlew
5555
- name: Run tests

0 commit comments

Comments
 (0)