GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.

This commit is contained in:
Gary Gregory 2020-07-23 11:26:37 -04:00
parent 2aab5d35a9
commit ff7866bf2b
1 changed files with 6 additions and 1 deletions

View File

@ -21,9 +21,14 @@ jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 12, 13, 14 ]
java: [ 8, 11, 14 ]
experimental: [false]
include:
- node: 15-ea
experimental: true
steps:
- uses: actions/checkout@v1