From 03c52fb0ad46cc62419c89ebcebfb8488c76c7ca Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Wed, 23 Oct 2024 19:21:26 +0300 Subject: [PATCH] update k8s versions Signed-off-by: denis-tingaikin --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64b10683b..e917a47f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,14 +32,14 @@ jobs: fail-fast: false matrix: image: - - v1.28.0 - - v1.27.2 - - v1.26.4 - - v1.25.11 - - v1.24.15 - - v1.23.17 - - v1.22.17 - - v1.21.14 + - v1.31.1 + - v1.30.4 + - v1.29.8 + - v1.28.12 + - v1.27.16 + - v1.26.15 + - v1.25.16 + - v1.24.17 steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1