Skip to content

Commit 89978a3

Browse files
committed
chore: bump java version for workflow to 17
1 parent 70d947a commit 89978a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set Up JDK
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 11
16+
java-version: 17
1717

1818
- name: Run Tests
1919
run: ./gradlew test

0 commit comments

Comments
 (0)