From e550145c9e4e018131d1b456e273bc1b2695c10f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sun, 2 Mar 2025 02:23:40 +0000 Subject: [PATCH] Test against k8s 1.32 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51e30ed1..35adee72 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.15, v1.29.14, v1.30.10, v1.31.6, v1.32.2] + k8s: [v1.26.15, v1.28.15, v1.30.10, v1.32.2] steps: - uses: actions/checkout@v4