Skip to content

Commit 91a10cd

Browse files
committed
CI: JDK 23 is now GA.
1 parent 3d4a93d commit 91a10cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest, macos-latest ]
17-
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available).
18-
java: [ 11, 17, 21, 22, 23-ea ]
17+
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (optional).
18+
java: [ 11, 17, 21, 23 ]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)