Skip to content

Commit

Permalink
Use java 21 for android actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sictiru committed Dec 11, 2024
1 parent 3cd4552 commit 513ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
java-version: '21'

- name: Unit Test
run: ./gradlew -Pci --console=plain :app:testDebugUnitTest
Expand Down

0 comments on commit 513ce9a

Please sign in to comment.