From f1f4c92213e873b2f44301d8fe34075899f55cdd Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sat, 21 Oct 2023 18:08:54 -0700 Subject: [PATCH] ci: add Java 21 to matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5392413..d19f9859 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - jdk: [8, 11, 17, 19] + jdk: [8, 11, 17, 19, 21] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: true max-parallel: 4