Skip to content

Commit

Permalink
chore(ci): add minikube tests for k8s 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Mar 26, 2020
1 parent 3b28a3f commit f60ba6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,14 +546,18 @@ jobs:

workflows:
version: 2
test-minikube-1.17:
jobs:
- test-minikube:
kubernetesVersion: "1.17.4"
test-minikube-1.16:
jobs:
- test-minikube:
kubernetesVersion: "1.16.2"
kubernetesVersion: "1.16.8"
test-minikube-1.15:
jobs:
- test-minikube:
kubernetesVersion: "1.15.6"
kubernetesVersion: "1.15.11"
test-minikube-1.14:
jobs:
- test-minikube:
Expand Down

0 comments on commit f60ba6c

Please sign in to comment.