Skip to content

Commit

Permalink
update ci to include tests for v0.27.x (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
katmutua committed Jun 5, 2023
1 parent 0d5ff08 commit d8f7e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ jobs:
fail-fast: false
matrix:
k8s:
- 1.21.10
- 1.22.7
- 1.23.4
- 1.24.2
- 1.25.0
- 1.26.0
- 1.27.2
env:
REGISTRY_NAME: registry.local
BUNDLE: registry.local/conventions/bundle
Expand All @@ -219,7 +219,7 @@ jobs:
- name: Install kind
run: |
cd $(mktemp -d -t kind.XXXX)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.19.0/kind-$(go env GOHOSTOS)-$(go env GOHOSTARCH)
chmod +x ./kind
sudo mv ./kind /usr/local/bin
cd -
Expand Down

0 comments on commit d8f7e5f

Please sign in to comment.