We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449e58e commit f7d3a43Copy full SHA for f7d3a43
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
# Use the latest versions supported by minikube, otherwise GitHub it will
15
# end up in a throttling requests from minikube and workflow will fail.
16
# 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' ]
+ kubernetes: [ 'v1.32.13','v1.33.9', 'v1.34.5', 'v1.35.2' ]
18
uses: ./.github/workflows/integration-tests.yml
19
with:
20
java-version: ${{ matrix.java }}
@@ -27,7 +27,7 @@ jobs:
27
28
29
java-version: 25
30
- kube-version: '1.32.0'
+ kube-version: 'v1.35.2'
31
http-client: ${{ matrix.httpclient }}
32
experimental: true
33
0 commit comments