Skip to content

Commit 86e7692

Browse files
committed
[Java] Use JDK 17 GA.
1 parent d175586 commit 86e7692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: [ '8', '11', '16', '17-ea' ]
22+
java: [ '8', '11', '17' ]
2323
os: [ 'ubuntu-20.04', 'windows-latest' ]
2424
steps:
2525
- name: Checkout code

0 commit comments

Comments
 (0)