@@ -254,7 +254,7 @@ jobs:
254
254
255
255
strategy :
256
256
matrix :
257
- k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.10 , v1.30.6 ]
257
+ k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.12 , v1.30.8 ]
258
258
259
259
steps :
260
260
- name : Checkout code
@@ -285,7 +285,7 @@ jobs:
285
285
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
286
286
strategy :
287
287
matrix :
288
- k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.10 , v1.30.6 ]
288
+ k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.12 , v1.30.8 ]
289
289
uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
290
290
with :
291
291
k8s-version : ${{ matrix.k8s }}
@@ -299,7 +299,7 @@ jobs:
299
299
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
300
300
strategy :
301
301
matrix :
302
- k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.10 , v1.30.6 ]
302
+ k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.12 , v1.30.8 ]
303
303
uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
304
304
with :
305
305
k8s-version : ${{ matrix.k8s }}
@@ -314,7 +314,7 @@ jobs:
314
314
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
315
315
strategy :
316
316
matrix :
317
- k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.10 , v1.30.6 ]
317
+ k8s : [v1.26.15, v1.27.16, v1.28.15, v1.29.12 , v1.30.8 ]
318
318
uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
319
319
with :
320
320
k8s-version : ${{ matrix.k8s }}
0 commit comments