From a9d506fa2f33de5ebd2e7e340a8dd15c767abb6b Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 2 Nov 2023 15:48:05 -0400 Subject: [PATCH] Add Java 11/17/21 matrix for plugin install and integration (main only) checks Signed-off-by: Andriy Redko --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/plugin_install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d514cef017..4c2eddcfbc 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 39901689be..ae570a9df8 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: