From a1192ed10dd598468130a47e600810b203f2ad44 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sun, 22 Oct 2023 08:38:15 -0700 Subject: [PATCH] ci: Java 21 Signed-off-by: Sean C. Sullivan --- .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 faa5af5b7..b8e020344 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - jdk: [11, 17, 19] + jdk: [11, 17, 19, 21] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: true max-parallel: 4