@@ -270,7 +270,7 @@ jobs:
270
270
271
271
strategy :
272
272
matrix :
273
- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
273
+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
274
274
275
275
steps :
276
276
- name : Checkout code
@@ -301,7 +301,7 @@ jobs:
301
301
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
302
302
strategy :
303
303
matrix :
304
- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
304
+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
305
305
uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
306
306
with :
307
307
k8s-version : ${{ matrix.k8s }}
@@ -315,7 +315,7 @@ jobs:
315
315
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
316
316
strategy :
317
317
matrix :
318
- k8s : [v1.28.15, v1.29.10 , v1.30.6 , v1.31.2 ]
318
+ k8s : [v1.28.15, v1.29.12 , v1.30.8 , v1.31.4, v1.32.0 ]
319
319
uses : ./.github/workflows/zz-tmpl-k8s-e2e.yaml
320
320
with :
321
321
k8s-version : ${{ matrix.k8s }}
0 commit comments