From 72fd036d4b6e4e51806fc3eb69d28185a8a0bac5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Nov 2023 18:33:36 +0000 Subject: [PATCH] Add Java 11/17/21 matrix for build, test and integration checks (#561) Signed-off-by: Andriy Redko (cherry picked from commit aa6246dfd5e122ecdbe2f48b34a77385cbf6546d) Signed-off-by: github-actions[bot] --- .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