Update to gradle 6.7-rc-1 for test fixture. Build with Java 15 on CI.

This commit is contained in:
Yang
2020-09-20 18:50:55 +10:00
parent fef056dbdf
commit dd0984ca1b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -47,10 +47,10 @@ jobs:
npm run lint
npm test
- name: Java 14
- name: Java 15
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 15
- uses: actions/cache@v2
with:
path: |