Update kubernetes kind e2e versions
This commit is contained in:
parent
bf23b06501
commit
926c2c3f1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
||||||
if: ${{ needs.changes.outputs.go == 'true' }}
|
if: ${{ needs.changes.outputs.go == 'true' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.14.10, v1.15.11, v1.16.9, v1.17.5, v1.18.4]
|
k8s: [v1.17.5, v1.18.8, v1.19.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue