Merge pull request #7088 from cpanato/update-ci-k8s
ci: update kubernetes versions
This commit is contained in:
commit
7e8de5bcda
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:
|
||||
matrix:
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2]
|
||||
k8s: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7, v1.21.0]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue