add k8s 1.30 to ci build
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
6a111a974b
commit
607130912b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -235,7 +235,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
|
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -286,7 +286,7 @@ jobs:
|
||||||
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
|
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
|
||||||
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
||||||
with:
|
with:
|
||||||
k8s-version: ${{ matrix.k8s }}
|
k8s-version: ${{ matrix.k8s }}
|
||||||
|
@ -300,7 +300,7 @@ jobs:
|
||||||
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
|
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
|
||||||
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
||||||
with:
|
with:
|
||||||
k8s-version: ${{ matrix.k8s }}
|
k8s-version: ${{ matrix.k8s }}
|
||||||
|
@ -315,7 +315,7 @@ jobs:
|
||||||
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2]
|
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30]
|
||||||
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
|
||||||
with:
|
with:
|
||||||
k8s-version: ${{ matrix.k8s }}
|
k8s-version: ${{ matrix.k8s }}
|
||||||
|
|
Loading…
Reference in a new issue