Skip to content

Commit fd74b12

Browse files
Use 'temurin' instead of 'adopt' and update to java 17 (exercism#2144)
1 parent aa55f47 commit fd74b12

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
15-
- name: Set up JDK 1.11
16-
uses: actions/setup-java@v3.4.1
15+
- name: Set up JDK 1.17
16+
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
1717
with:
18-
java-version: 11
19-
distribution: 'adopt'
18+
java-version: 17
19+
distribution: 'temurin'
2020
- name: Grant execute permission for gradlew
2121
run: chmod +x gradlew
2222
- name: Compile and checkstyle with Gradle
@@ -28,11 +28,11 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
31-
- name: Set up JDK 1.11
32-
uses: actions/setup-java@v3.4.1
31+
- name: Set up JDK 1.17
32+
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
3333
with:
34-
java-version: 11
35-
distribution: 'adopt'
34+
java-version: 17
35+
distribution: 'temurin'
3636
- name: Grant execute permission for gradlew
3737
run: chmod +x gradlew
3838
- name: Journey test

0 commit comments

Comments
 (0)