From 62f17eefc618a9ccedc77cc1f280f142831ccc96 Mon Sep 17 00:00:00 2001 From: Bence Csati <113284287+csatib02@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:55:55 +0200 Subject: [PATCH] feat: reduce test matrix (#554) feat: reduce test matrix Signed-off-by: Bence Csati --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 961d0f0e..651c144b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,8 +214,8 @@ jobs: needs: [artifacts] strategy: matrix: - k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"] - vault_version: ["1.11.12", "1.12.9", "1.13.5", "1.14.8"] # latest versions with MPL 2.0 license + k8s_version: ["v1.28.9", "v1.29.4", "v1.30.0"] + vault_version: ["1.14.8"] # latest versions with MPL 2.0 license steps: - name: Checkout repository