Update test-fixture dependencies and workflows (#332)

* Gradle 8.0.2 for test-fixture. Update Gradle build cache in workflows.

* Update all dependencies for `test-fixture`.

* Add missing JVM target.
This commit is contained in:
Yang
2023-03-18 19:38:37 +11:00
committed by GitHub
parent 8c71f5ed72
commit a2c97ef57f
11 changed files with 251 additions and 200 deletions
+3 -3
View File
@@ -61,11 +61,11 @@ jobs:
npm run lint
npm test
- name: Java 15
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 15
java-version: 19
- uses: actions/cache@v3
id: avd-cache
with: