Skip to content

Commit c8c5bc6

Browse files
ci: Upgrade java version
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 5d7555b commit c8c5bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v1
18-
- name: set up JDK 1.8
18+
- name: set up JDK 11
1919
uses: actions/setup-java@v1
2020
with:
21-
java-version: 1.8
21+
java-version: 11
2222
- name: Check koltin formatting
2323
run: bash ./gradlew lintKotlin
2424
- name: Build debug APK

0 commit comments

Comments
 (0)