From a625d544667ced24fb6990dcc73ea32a742856cf Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Tue, 16 Apr 2024 16:43:30 +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 747711d..a55e167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,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. - java: [ 11, 17, 21, 22-ea ] + java: [ 11, 17, 21, 22, 23-ea ] steps: - name: Checkout uses: actions/checkout@v2