Replace Java 14 with Java 15 as the latest Java version to test. Use

Jaav 16 EA as the EA version to test.
This commit is contained in:
Gary Gregory 2020-09-19 15:46:59 -04:00
parent 4b5f1cf57d
commit 8e0a8f2298
1 changed files with 1 additions and 3 deletions

View File

@ -24,11 +24,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
experimental: [false]
include:
- java: 15-ea
experimental: true
- java: 16-ea
experimental: true