Skip to content

Commit

Permalink
ci: build on jdk 17 (#747)
Browse files Browse the repository at this point in the history
Closes: #729
  • Loading branch information
gotson authored Jul 27, 2022
1 parent ada2b14 commit 062440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
exclude:
- os: windows-latest
java: 11
Expand Down

0 comments on commit 062440a

Please sign in to comment.