From 67c3720cf9582c79ec66d5876c60c945719e3a38 Mon Sep 17 00:00:00 2001 From: Filippo Brintazzoli Date: Mon, 7 Oct 2024 14:24:19 +0200 Subject: [PATCH] Changed: Kind versions for CI (#329) Co-authored-by: fbrintazzoli --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 194ad19..e4addd0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,9 +24,9 @@ jobs: strategy: matrix: k8s: - - v1.28.9 - - v1.29.4 - - v1.30.0 + - v1.29.8 + - v1.30.4 + - v1.31.0 steps: - name: Checkout uses: actions/checkout@v4.1.7