From 5edec6a45184528436e732e4aff7dcad094f7ed7 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:45:45 -0800 Subject: [PATCH] Add Java 11/17/21 matrix for build, test and integration checks (#561) (#564) (cherry picked from commit aa6246dfd5e122ecdbe2f48b34a77385cbf6546d) Signed-off-by: Andriy Redko Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Signed-off-by: AWSHurneyt --- .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