From d9c736cd44ac56bd8b82d720d261de4c004b942f Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sat, 4 Oct 2025 19:34:58 +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 9a316f9..a907192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17, 21] + java: [8, 11, 17, 21, 25] scala: [2.12.x, 2.13.x, 3.x] runs-on: ubuntu-latest steps: