Skip to content

Commit 0590361

Browse files
committed
fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 051a3da commit 0590361

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.3' ]
14+
kubernetes: [ '1.30.12', '1.31.8', '1.32.4','1.33.1' ]
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.36.0
36-
kubernetes version: v1.33.3
36+
kubernetes version: v1.33.1
3737
github token: ${{ secrets.GITHUB_TOKEN }}
3838
driver: docker
3939

0 commit comments

Comments
 (0)