From d8f7e5f944dd682c95aec2ba72c78a6486c8efdc Mon Sep 17 00:00:00 2001 From: Jackie <6393089+katmutua@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:39:00 -0400 Subject: [PATCH] update ci to include tests for v0.27.x (#463) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f0607fd..158c2736 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 -