Update GitHub build from Java 16 to 17.

Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
This commit is contained in:
Gary Gregory 2021-09-28 11:04:18 -04:00
parent c1f262302c
commit 0352f34efe
1 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
experimental: [false]
include:
- java: 17-ea
experimental: true
# include:
# - java: 18-ea
# experimental: true
steps:
- uses: actions/checkout@v2.3.4