Skip to content

Commit

Permalink
[Backport] [2.x] Add Java 11/17/21 matrix for plugin install, test an…
Browse files Browse the repository at this point in the history
…d integration test checks (#3641) (#3715)

Backport of #3641 to
`2.x`
  • Loading branch information
reta committed Nov 14, 2023
1 parent bc7fa45 commit 10c54eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10c54eb

Please sign in to comment.