From 1000117e1505dbdb8b7f63d642e0b808043036e3 Mon Sep 17 00:00:00 2001 From: philippus Date: Sun, 3 Mar 2024 09:08:01 +0100 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 d174381..962d24f 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.13.x, 3.x] runs-on: ubuntu-latest steps: