From efa1527837d91336cf0478f3159fb6ab2862aa76 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 16 Dec 2024 15:48:36 +0100 Subject: [PATCH] Remove JDK 22 build as it's EOL --- .github/workflows/cross-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cross-version.yml b/.github/workflows/cross-version.yml index 364a04fae552..fdc8adc19d5c 100644 --- a/.github/workflows/cross-version.yml +++ b/.github/workflows/cross-version.yml @@ -22,8 +22,6 @@ jobs: fail-fast: false matrix: jdk: - - version: 22 - type: ga - version: 23 type: ga - version: 24