From 8e7de749b1c9433be2eab2326dcdea40769a3764 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Mon, 8 Jul 2024 15:17:12 +0200 Subject: [PATCH] CI: JDK 22 is now GA. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c87645c..0768faa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] # Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if available). - java: [ 11, 17, 21, 22-ea ] + java: [ 11, 17, 21, 22, 23-ea ] steps: - name: Checkout uses: actions/checkout@v4