mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Update java version for the android GHA
This commit is contained in:
parent
353f532bc2
commit
99b74e0c75
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android-actions.yml
vendored
2
.github/workflows/android-actions.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
run: ./gradlew -Pci --console=plain :app:testDebugUnitTest
|
run: ./gradlew -Pci --console=plain :app:testDebugUnitTest
|
||||||
|
|
Loading…
Add table
Reference in a new issue