Skip to content

Commit 9b75b39

Browse files
csvirimetacosm
authored andcommitted
improve: java version minimal 11, tested on 21 (#2207)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 5425367 commit 9b75b39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
integration_tests:
3535
strategy:
3636
matrix:
37-
java: [ 11, 17 ]
37+
java: [ 17, 21 ]
3838
kubernetes: [ 'v1.28.12', 'v1.29.7','1.30.3', '1.31.0' ]
3939
uses: ./.github/workflows/integration-tests.yml
4040
with:
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
java: [ 11, 17 ]
59+
java: [ 17, 21 ]
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Set up Java and Maven

Diff for: .github/workflows/release-project-in-dir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Java and Maven
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: 11
29+
java-version: 17
3030
distribution: temurin
3131
cache: 'maven'
3232

@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Java and Maven
6262
uses: actions/setup-java@v4
6363
with:
64-
java-version: 11
64+
java-version: 17
6565
distribution: temurin
6666
cache: 'maven'
6767

Diff for: .github/workflows/snapshot-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
24-
java-version: 11
24+
java-version: 17
2525
cache: 'maven'
2626
- name: Build and test project
2727
run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-java@v4
3535
with:
3636
distribution: temurin
37-
java-version: 11
37+
java-version: 17
3838
cache: 'maven'
3939
- name: Release Maven package
4040
uses: samuelmeuli/action-maven-publish@v1

0 commit comments

Comments
 (0)