From be27af4f6a4cfb848d23cef5ba2eb6eeb076a970 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 9 Nov 2023 14:49:10 -0500 Subject: [PATCH] Add Java 11/17/21 matrix for build, test and integration checks 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