Skip to content

Commit 70e2678

Browse files
committed
experiment
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9928f63 commit 70e2678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
java: [ 17, 21, 24 ]
14-
kubernetes: [ '1.30.12', '1.31.8', '1.32.4','1.33.0' ]
14+
kubernetes: [ '1.30.12', '1.31.8', '1.32.4' ]
1515
uses: ./.github/workflows/integration-tests.yml
1616
with:
1717
java-version: ${{ matrix.java }}

.github/workflows/e2e-test.yml

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

0 commit comments

Comments
 (0)