Skip to content

Commit b23c177

Browse files
committed
chore: Change Java check version from 11 to 17 for Android tests
1 parent cc5d3dd commit b23c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-java@v4
4646
with:
4747
distribution: temurin
48-
java-version: 11
48+
java-version: 17
4949

5050
- name: Build example app
5151
working-directory: example

0 commit comments

Comments
 (0)