From b2c43bf3aa98d9f77ac1ef7107d38ebacfacf702 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sat, 4 Oct 2025 19:26:19 +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 5cb0bdb..b9622f3 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.16] runs-on: ubuntu-latest steps: