From 5cfa5f02dfb2835d275ad54d9c9ccd8aeab75fc5 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Fri, 18 Oct 2024 20:45:11 +0900 Subject: [PATCH] Update CI tests from JDK 22 to 23 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6c7260129..65bc1d114 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - jdk: [8, 11, 17, 21, 22] + jdk: [8, 11, 17, 21, 23] runs-on: ubuntu-latest timeout-minutes: 30