From 7a89d531fc430fd14fe3da605717ab8c445f4095 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 26 Aug 2022 10:32:59 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 382cad5..6eea213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: strategy: matrix: k8s-version: - - v1.21.14 - - v1.22.12 - - v1.23.9 + - v1.21.12 + - v1.22.9 + - v1.23.6 - v1.24.3 - - v1.25.0 + - v1.25.0-beta.0 fail-fast: false env: kind-version: v0.14.0