From a7cf5ac01e823d1c33efd851676dd46ab422f894 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 13 May 2026 15:02:21 -0700 Subject: [PATCH] ci: add Java 21 to CI matrix --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a74cdb8cc..b413dbb04 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false # TODO: Set to true once CI is stable matrix: - version: [ 8, 11, 17 ] + version: [ 8, 11, 17, 21 ] distribution: [ corretto, temurin ] # TODO: Add OpenJDK uses: ./.github/workflows/build.yml secrets: inherit