From ef2c4cba86fb95d7aa1f75868c0240790aa00bef Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 2 Oct 2024 08:53:39 -0400 Subject: [PATCH] Bump latest (1.31) and oldest (1.28) tested K8s versions Signed-off-by: Tom Pantelis --- .github/workflows/e2e-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index e79179b..0433269 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -19,11 +19,11 @@ jobs: cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] # Run most tests against the latest K8s version - k8s_version: ['1.29'] + k8s_version: ['1.31'] lighthouse: ['', 'lighthouse'] include: # Bottom of supported K8s version range - - k8s_version: '1.26' + - k8s_version: '1.28' steps: - name: Check out the repository uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938