Skip to content

Commit 3a688f5

Browse files
committed
fix: Update Github Action Java version to 17
1 parent 98bc5e9 commit 3a688f5

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set Up JDK
2626
uses: actions/setup-java@v1
2727
with:
28-
java-version: 1.8
28+
java-version: '17'
2929

3030
- name: Run Tests
3131
run: ./gradlew test

0 commit comments

Comments
 (0)