Skip to content

Commit ac47e31

Browse files
authored
Use JDK 21 for the build
1 parent cfb0a5e commit ac47e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
with:
2727
key: konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
2828
path: ~/.konan
29-
- name: Set up JDK 11
29+
- name: Set up JDK 21
3030
uses: actions/setup-java@v5
3131
with:
3232
distribution: temurin
33-
java-version: 11
33+
java-version: 21
3434
- uses: gradle/actions/setup-gradle@v5
3535
name: Setup Gradle
3636
with:

0 commit comments

Comments
 (0)