From 7d08b9cea6b64f9a6b5e17cef4e1e91294b67d5d Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sat, 4 Oct 2025 19:27:29 +0200 Subject: [PATCH] Add java 25 to build 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 5660b80..6ae6df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17, 21] + java: [8, 11, 17, 21, 25] scala: [2.13.x, 3.x] runs-on: ubuntu-latest steps: