Add kind e2e tests support for k8s v1.20.0
This commit is contained in:
parent
3a126c6f83
commit
ae8c731413
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.4]
|
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.4, v1.20.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue