From fa6721a53eb4b2d13491400908f9ca76c7997300 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Mon, 19 Dec 2022 10:04:38 -0800 Subject: [PATCH] add JDK 19 to CI build 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 6299e7122..eff5a05e2 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] + jdk: [11, 17, 19] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: true max-parallel: 4