Java 16-ea appears to not be supported by GitHub yet.
This commit is contained in:
parent
eb3d1f5da5
commit
4e9460413a
|
@ -24,13 +24,11 @@ jobs:
|
||||||
continue-on-error: ${{ matrix.experimental }}
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ 8, 11, 14, 15-ea, 16-ea ]
|
java: [ 8, 11, 14, 15-ea ]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
- node: 15-ea
|
- node: 15-ea
|
||||||
experimental: true
|
experimental: true
|
||||||
- node: 16-ea
|
|
||||||
experimental: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in New Issue