From 8704304029ccce509d7461f3ffd02e792a563f6a Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 26 Aug 2022 10:44:02 +0200 Subject: [PATCH] ci: update supported K8s versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fab1193..6eea213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,14 +32,14 @@ jobs: strategy: matrix: k8s-version: - - v1.20.15 - v1.21.12 - v1.22.9 - v1.23.6 - - v1.24.0 + - v1.24.3 + - v1.25.0-beta.0 fail-fast: false env: - kind-version: v0.13.0 + kind-version: v0.14.0 steps: - uses: actions/checkout@v3 - name: Set up Python