From 09792c08dbe7d789c4805ac201510889cd0ce867 Mon Sep 17 00:00:00 2001 From: philippus Date: Fri, 17 May 2024 21:30:57 +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 ffffecc..94a942c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Build and Run strategy: matrix: - java-version: [8, 11, 17] + java-version: [8, 11, 17, 21] runs-on: ubuntu-latest steps: - name: Checkout current branch (full)