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 5b0d350 commit 569fcfb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
experimental: [false]
include:
- java: 17-ea
os: ubuntu-latest
experimental: true
- java: 17-ea
os: windows-latest
experimental: true
# include:
# - java: 18-ea
# os: ubuntu-latest
# experimental: true
# - java: 18-ea
# os: windows-latest
# experimental: true
fail-fast: false

steps:
Expand Down

0 comments on commit 569fcfb

Please sign in to comment.