Skip to content

Commit 5573952

Browse files
committed
use newer java in CI
1 parent 465a970 commit 5573952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-java@v1
1212
with:
13-
java-version: 11
13+
java-version: 17
1414
- name: Build
1515
run: ./gradlew --info build
1616
- name: Test jvm2dts

0 commit comments

Comments
 (0)