Skip to content

Commit c66a83d

Browse files
metacosmcsviri
authored andcommitted
chore: update Kubernetes versions on CI (#2610)
1 parent 75c724d commit c66a83d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
java: [ 17, 21 ]
14-
kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
14+
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3' ]
1515
it-category: [ 'baseapi', 'dependent', 'workflow' ]
1616
uses: ./.github/workflows/integration-tests.yml
1717
with:
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
java: [ 17, 21 ]
26-
kubernetes: [ 'v1.28.14', 'v1.29.9','1.30.5', '1.31.1' ]
26+
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3' ]
2727
it-category: [ 'baseapi' ]
2828
httpclient: [ 'vertx', 'jdk', 'jetty' ]
2929
uses: ./.github/workflows/integration-tests.yml
@@ -46,4 +46,4 @@ jobs:
4646
distribution: temurin
4747
java-version: ${{ matrix.java }}
4848
- name: Run Special Integration Tests
49-
run: ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml
49+
run: ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml

Diff for: .github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: manusa/[email protected]
3434
with:
3535
minikube version: v1.33.0
36-
kubernetes version: v1.31.0
36+
kubernetes version: v1.31.3
3737
github token: ${{ secrets.GITHUB_TOKEN }}
3838
driver: docker
3939

0 commit comments

Comments
 (0)