Skip to content

Commit c40dcad

Browse files
committed
Update environment k8s version on CI
Signed-off-by: Alvaro Neira Ayuso <[email protected]>
1 parent 4aadfe5 commit c40dcad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
strategy:
157157
matrix:
158-
k8s: ["1.24.15","1.25.11","1.26.6","1.27.3"]
158+
k8s: ["1.29.13","1.30.9","1.31.5","1.32.1"]
159159
env:
160160
MINIKUBE_WANTUPDATENOTIFICATION: "false"
161161
MINIKUBE_WANTREPORTERRORPROMPT: "false"
@@ -180,7 +180,7 @@ jobs:
180180

181181
- uses: medyagh/[email protected]
182182
with:
183-
minikube-version: 1.30.1
183+
minikube-version: 1.35.0
184184
kubernetes-version: ${{ matrix.k8s }}
185185

186186
# need to delete old state of the cluster, see:
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224
strategy:
225225
matrix:
226-
k8s: ["1.24.15","1.25.11","1.26.6","1.27.3"]
226+
k8s: ["1.29.13","1.30.9","1.31.5","1.32.1"]
227227
env:
228228
MINIKUBE_WANTUPDATENOTIFICATION: "false"
229229
MINIKUBE_WANTREPORTERRORPROMPT: "false"
@@ -248,7 +248,7 @@ jobs:
248248

249249
- uses: medyagh/[email protected]
250250
with:
251-
minikube-version: 1.30.1
251+
minikube-version: 1.35.0
252252
kubernetes-version: ${{ matrix.k8s }}
253253

254254
- name: Install Helm

0 commit comments

Comments
 (0)