Skip to content

Commit f7d3a43

Browse files
committed
fix: kube version format, also update versions
Signed-off-by: Chris Laprun <metacosm@gmail.com>
1 parent 449e58e commit f7d3a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Use the latest versions supported by minikube, otherwise GitHub it will
1515
# end up in a throttling requests from minikube and workflow will fail.
1616
# Minikube does such requests only if a version is not officially supported.
17-
kubernetes: [ '1.30.12', '1.31.8', '1.32.4','1.33.1' ]
17+
kubernetes: [ 'v1.32.13','v1.33.9', 'v1.34.5', 'v1.35.2' ]
1818
uses: ./.github/workflows/integration-tests.yml
1919
with:
2020
java-version: ${{ matrix.java }}
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/workflows/integration-tests.yml
2828
with:
2929
java-version: 25
30-
kube-version: '1.32.0'
30+
kube-version: 'v1.35.2'
3131
http-client: ${{ matrix.httpclient }}
3232
experimental: true
3333

0 commit comments

Comments
 (0)