From 594100cc26242a614e44cf646e5b5ce244f9d69b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 19 Dec 2025 06:23:47 +0000 Subject: [PATCH] Test against k8s 1.35 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 fef5f1e1..97a08995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: needs: build strategy: matrix: - k8s: [v1.28.15, v1.30.13, v1.32.5, v1.34.0] + k8s: [v1.29.14, v1.31.14, v1.33.7, v1.35.0] steps: - uses: actions/checkout@v4 @@ -61,7 +61,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.29.0 + version: v0.31.0 config: hack/kubernetes/kind.yaml image: kindest/node:${{ matrix.k8s }}