Java 16-ea appears to not be supported by GitHub yet.

This commit is contained in:
Gary Gregory 2020-07-22 11:14:21 -04:00
parent eb3d1f5da5
commit 4e9460413a
1 changed files with 1 additions and 3 deletions

View File

@ -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