Skip to content

Commit 227a6f9

Browse files
committed
[CI] Use JDK 18 GA release.
1 parent 62b3061 commit 227a6f9

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
java: [ '8', '11', '17', '18-ea' ]
26+
java: [ '8', '11', '17', '18' ]
2727
os: [ 'ubuntu-20.04', 'windows-latest' ]
2828
steps:
2929
- name: Checkout code

0 commit comments

Comments
 (0)