From 2cb4c0a661973b592f7a17b500252f12dbe1d644 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 2 Oct 2025 09:06:21 +0200 Subject: [PATCH] Update ci.yml --- .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 f3fb6625..4e76e823 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, 23 ] + java: [ 11, 17, 21, 25 ] runs-on: ${{ matrix.os }} permissions: checks: write