From 491772979274d5fbc0b9e183a8686f77fb8c3886 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Tue, 10 May 2022 23:31:33 +0200 Subject: [PATCH] ci: update kind and K8s versions --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 464c629..821c29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,13 @@ jobs: matrix: k8s-version: - v1.20.15 - - v1.21.10 - - v1.22.7 - - v1.23.5 + - v1.21.12 + - v1.22.9 + - v1.23.6 + - v1.24.0 fail-fast: false env: - kind-version: v0.12.0 + kind-version: v0.13.0 steps: - uses: actions/checkout@v3 - name: Set up Python