Skip to content

Commit f31f38b

Browse files
committed
- updates CI to java 16
1 parent 4657597 commit f31f38b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-java@v1
1818
with:
19-
java-version: 15
19+
java-version: 16
2020
- name: Setup Android SDK
2121
uses: android-actions/setup-android@v2
2222
- name: Add execution right to the script

.github/workflows/type-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-java@v1
1515
with:
16-
java-version: 15
16+
java-version: 16
1717
- name: Add execution right to the script
1818
run: chmod +x gradlew
1919
working-directory: ./typesummary

0 commit comments

Comments
 (0)