Skip to content

Commit 19cdf18

Browse files
committed
Update GH runner to use newer version of Java
We still target 11 for the runtime requirement.
1 parent 374a2a1 commit 19cdf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-java@v4
1313
with:
1414
distribution: 'temurin'
15-
java-version: '11'
15+
java-version: '21'
1616
cache: 'gradle'
1717
- name: Build with Gradle
1818
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)