From 73d5dcfb64d2ddfd3f0a8445f78cd4992418475d Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:21:07 -0800 Subject: [PATCH] Test against k8s 1.32 (#1569) 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 273e3d0ca..2d71ae0d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,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 @@ -123,7 +123,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: Prepare cluster for testing