From aa6246dfd5e122ecdbe2f48b34a77385cbf6546d Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 16 Nov 2023 13:33:20 -0500 Subject: [PATCH] Add Java 11/17/21 matrix for build, test and integration checks (#561) Signed-off-by: Andriy Redko --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b339ad2f..61524b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: java: - 11 - 17 + - 21 name: Build and Test runs-on: ubuntu-latest container: @@ -55,6 +56,7 @@ jobs: java: - 11 - 17 + - 21 name: Build and Test runs-on: windows-latest