From 00843755ae3c31119cb2d75ba865b20c1a8057a2 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Fri, 24 Nov 2023 16:18:53 +0100 Subject: [PATCH] CI: JDK 21 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 cedf0cf7ca..fa81af0d3b 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 (if available). - java: [ 11, 17, 20, 21-ea ] + java: [ 11, 17, 21, 22-ea ] steps: - name: Checkout uses: actions/checkout@v4