From 57f899d14e2cfa3c188a73a060e9eb0c86271dba Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Sun, 25 Feb 2024 11:50:06 +0100 Subject: [PATCH] WELD-2777 Add JDK 21 to CI setup --- .github/workflows/ci-actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index b451e9c5..1c591ce2 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -20,6 +20,10 @@ jobs: name: "17", java-version: 17, } + - { + name: "21", + java-version: 21, + } steps: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java.name }}