Skip to content

Commit

Permalink
Add Java 11/17/21 matrix for build, test and performance test checks
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Nov 9, 2023
1 parent d3acfa7 commit 13e455b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 13e455b

Please sign in to comment.