Skip to content

Commit

Permalink
Change jdk version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Jun 30, 2023
1 parent 1309998 commit de0a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 8
java-version: '11'

- name: Run UI tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit de0a29f

Please sign in to comment.