From 7d79185fb2d7b876a11fb34ca378c5b9879cd8fe Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 7 Mar 2025 19:46:59 +0100 Subject: [PATCH] Add JDK 23 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e01a4c46..bd373f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - java: [ 11, 17, 21, 22 ] + java: [ 11, 17, 21, 22, 23 ] runs-on: ${{ matrix.os }} permissions: checks: write