Add Java 15 early access to CI

Switch canary compile to Java 13.
This commit is contained in:
Liam Newman
2020-05-01 10:55:42 -07:00
committed by GitHub
parent 911aeb7af0
commit 01e399fb91

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
java: [ 13 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
@@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
java: [ 8, 11, 13 ]
java: [ 8, 11, 13, 15-ea ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK