Skip to content

Commit

Permalink
Update GitHub build from Java 16 to 17.
Browse files Browse the repository at this point in the history
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
  • Loading branch information
Gary Gregory committed Sep 28, 2021
1 parent 819d0c3 commit ab2886d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Expand Up @@ -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
Expand Down

0 comments on commit ab2886d

Please sign in to comment.