From b4902967e960c846d82f850d9a43182fc8d06549 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Sun, 5 Nov 2023 20:04:58 +0100 Subject: [PATCH] Add java 21 to build matrix (#242) --- .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 ff03525..85c1381 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, 3.x] runs-on: ubuntu-latest steps: