We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb0a5e commit ac47e31Copy full SHA for ac47e31
.github/workflows/build_and_test.yml
@@ -26,11 +26,11 @@ jobs:
26
with:
27
key: konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
28
path: ~/.konan
29
- - name: Set up JDK 11
+ - name: Set up JDK 21
30
uses: actions/setup-java@v5
31
32
distribution: temurin
33
- java-version: 11
+ java-version: 21
34
- uses: gradle/actions/setup-gradle@v5
35
name: Setup Gradle
36
0 commit comments