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 d59df1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '6.11.0'
id 'com.diffplug.spotless' version '6.22.0'
id 'io.spring.dependency-management' version '1.1.0'
}

Expand Down

0 comments on commit d59df1d

Please sign in to comment.