From f91be2a21742c588f7f1ee60db0fc7e31970c85b Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Fri, 3 Nov 2023 10:56:42 -0400 Subject: [PATCH] Add Java 11/17/21 matrix for plugin install, test and integration test checks (#3641) Signed-off-by: Andriy Redko (cherry picked from commit 5f1058ad0418d8a8711d94fa7fdc467788e2de6f) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/integration-tests.yml | 2 +- .github/workflows/plugin_install.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11bf02a396..d4036cd7b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: matrix: gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }} platform: [windows-latest, ubuntu-latest] - jdk: [11, 17] + jdk: [11, 17, 21] runs-on: ${{ matrix.platform }} steps: @@ -87,7 +87,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: [11, 17] + jdk: [11, 17, 21] platform: [ubuntu-latest] # Removing windows temporarily runs-on: ${{ matrix.platform }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 528e06cb0a..a90fbdf8d8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: [11, 17] + jdk: [11, 17, 21] test-run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] steps: diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index 7885888020..1a04c469a8 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - jdk: [11, 17] + jdk: [11, 17, 21] runs-on: ${{ matrix.os }} steps: