From c4c63a43e128559ec82e837cca1fb44fce798df7 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:10:16 -0700 Subject: [PATCH] Test against k8s 1.31 (#9) 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 5bf39f76..ec67b058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: needs: build strategy: matrix: - k8s: [v1.25.16, v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0] + k8s: [v1.26.15, v1.27.16, v1.28.9, v1.29.7, v1.30.3, v1.31.0] steps: - uses: actions/checkout@v1