From dcca6a6b16e89c11c501ed780d978b2a28851532 Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Tue, 11 Mar 2025 15:14:10 +0100 Subject: [PATCH] Update JDK Latest to 23 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4813fb9..f24d597 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: - jdkconf: JDK 21 jdkver: "21" - jdkconf: JDK Latest - jdkver: "21" + jdkver: "23" steps: - uses: actions/checkout@v3 - name: Set up JDK