From 7437161784850d997b3a219550e958bbf612e8c7 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 5 Feb 2025 10:29:23 -0500 Subject: [PATCH] Update K8s versions tested in E2E Signed-off-by: Daniel Farrell --- .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 5857bb2..938479a 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.31'] + k8s_version: ['1.32'] lighthouse: ['', 'lighthouse'] include: # Bottom of supported K8s version range - - k8s_version: '1.28' + - k8s_version: '1.29' steps: - name: Check out the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683