From ec7047399103916cfc56fb87a817bb1330a7421a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sun, 31 Aug 2025 10:08:59 +0000 Subject: [PATCH] Test against k8s 1.34 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 e19b6ed19..6229e9116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: needs: build strategy: matrix: - k8s: [v1.28.15, v1.30.13, v1.32.5, v1.33.2] + k8s: [v1.28.15, v1.30.13, v1.32.5, v1.34.0] steps: - uses: actions/checkout@v4