From 97f219228d64ce8f37441d663b402814994e6e61 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 9 Dec 2021 10:31:17 +0100 Subject: [PATCH] update kind k8s versions (#40) --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 780307d..1af8528 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,9 @@ jobs: strategy: matrix: k8s: - - v1.20.7 - - v1.21.1 + - v1.21.2 + - v1.22.4 + - v1.23.0 steps: - name: Checkout uses: actions/checkout@v1