Skip to content

Commit 6071309

Browse files
committed
add k8s 1.30 to ci build
Signed-off-by: James Strong <[email protected]>
1 parent 6a111a9 commit 6071309

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
strategy:
237237
matrix:
238-
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
238+
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
239239

240240
steps:
241241
- name: Checkout
@@ -286,7 +286,7 @@ jobs:
286286
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
287287
strategy:
288288
matrix:
289-
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
289+
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
290290
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
291291
with:
292292
k8s-version: ${{ matrix.k8s }}
@@ -300,7 +300,7 @@ jobs:
300300
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
301301
strategy:
302302
matrix:
303-
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
303+
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
304304
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
305305
with:
306306
k8s-version: ${{ matrix.k8s }}
@@ -315,7 +315,7 @@ jobs:
315315
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
316316
strategy:
317317
matrix:
318-
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
318+
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
319319
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
320320
with:
321321
k8s-version: ${{ matrix.k8s }}

0 commit comments

Comments
 (0)