Skip to content

Commit

Permalink
Java 17 in CI (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Aug 6, 2021
1 parent 6c9d9d7 commit 1e0a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 'adopt@1.8', 'adopt@1.11', 'openjdk@1.11', 'zulu@1.16' ]
java: [ 'adopt@1.8', 'adopt@1.11', 'zulu@1.17.0-0' ]
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down

0 comments on commit 1e0a3fc

Please sign in to comment.