From 1ceeeeb0898940cd927cc4462a65725e8e3587e3 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 12 Dec 2024 09:57:19 -0800 Subject: [PATCH] Update CI to use JDK 23 over 22 (neither LTS so test with later) (#1368) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ea9ebc4a2..c57b60aeb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - java_version: ['8', '11', '17', '21', '22'] + java_version: ['8', '11', '17', '21', '23'] os: ['ubuntu-22.04'] include: - java_version: '8'