From 52ef8ae6030b36afdfc2c25dbff12e6020ad15c3 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sun, 5 Oct 2025 13:27:10 +0200 Subject: [PATCH] Add java 21 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 e01e440..64d2fa6 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] + java: [8, 11, 17, 21] scala: [2.12.x, 2.13.x] runs-on: ubuntu-latest steps: