Skip to content

Commit 9d35f35

Browse files
committed
Enable All Supported Kubernetes Versions In CI
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
1 parent db0da34 commit 9d35f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
runs-on: ubuntu-latest
507507
strategy:
508508
matrix:
509-
k8sVersion: ["1.20.0"]
509+
k8sVersion: ["1.20.0", "1.19.4", "1.18.8", "1.17.11"]
510510
steps:
511511
- uses: actions/checkout@master
512512
- name: "Start kind cluster"

0 commit comments

Comments
 (0)