From 2e16610d7f66f6529a96bf1eeab7a44646a2ae93 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 26 Dec 2024 16:02:39 -0500 Subject: [PATCH] [GHA] Drop jdk 22 and use 23-GA --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5a23da..8e4fbd9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [17, 21, 22, 23-ea] + java: [17, 21, 23] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4