From a067592f19a1e8f7832ef757582eac2b9806ae8c Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:45:06 -0800 Subject: [PATCH] Test against k8s 1.32 (#116) Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d486915b..c0ad9aaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: needs: build strategy: matrix: - k8s: [v1.26.15, v1.27.16, v1.28.9, v1.29.7, v1.30.3, v1.31.0] + k8s: [v1.29.14, v1.30.10, v1.31.6, v1.32.2] steps: - uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.25.0 + version: v0.27.0 image: kindest/node:${{ matrix.k8s }} - name: Test crds