We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09649e5 commit f163b87Copy full SHA for f163b87
.github/workflows/ci.yml
@@ -390,7 +390,7 @@ jobs:
390
uses: actions/setup-java@v2
391
with:
392
distribution: 'zulu'
393
- java-version: 16
+ java-version: 17
394
395
- name: Checkout
396
uses: actions/checkout@v2
README.md
@@ -201,5 +201,6 @@ Major versions
201
| Java 14 | | v |
202
| Java 15 | | v |
203
| Java 16 | | v |
204
+| Java 17 | | v |
205
206
[apt]: https://www.jcp.org/en/jsr/detail?id=269
0 commit comments