1
0

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:19:30 -04:00
parent 5b281b1a5b
commit f868bd284a

View File

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