Skip to content

Commit 2b026b2

Browse files
committed
Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there yet).
1 parent cc459c0 commit 2b026b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
continue-on-error: ${{ matrix.experimental }}
2525
strategy:
2626
matrix:
27-
java: [ 8, 11, 16 ]
27+
java: [ 8, 11, 17 ]
2828
experimental: [false]
29-
include:
30-
- java: 17-ea
31-
experimental: true
29+
# include:
30+
# - java: 18-ea
31+
# experimental: true
3232

3333
steps:
3434
- uses: actions/checkout@v2.3.4

0 commit comments

Comments
 (0)