From 5b74f3f6f5cff0c4ccf2e6a21898169b68a8a7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Wed, 29 May 2024 06:25:26 -0700 Subject: [PATCH] Add JDK 21 to the CI. --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50f6b3d0d0..ed0b1cb257 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,12 +10,7 @@ jobs: name: "Build on JDK ${{ matrix.java }}" strategy: matrix: - java: [ 11, 17 ] - # Custom JDK 21 configuration - include: - - java: 21 - # Disable Enforcer check which (intentionally) prevents using JDK 21 for building - extra-mvn-args: -Denforcer.fail=false + java: [ 11, 17, 21 ] runs-on: ubuntu-latest steps: