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
garydgregory committed Sep 28, 2021
1 parent 83fce41 commit d121047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
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/[email protected]
Expand Down

0 comments on commit d121047

Please sign in to comment.