From 7162164e58954b1a171aa84fabece0735d46f1c8 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 20 Nov 2023 11:47:14 -0500 Subject: [PATCH] Update K8s versions tested in E2E Add Kubernetes 1.26 and 1.28, remove end-of-life 1.22-1.25. Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index e22ce5c..d9c8c5b 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -18,12 +18,12 @@ jobs: matrix: cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] - k8s_version: ['1.25'] + # Run most tests against the latest K8s version + k8s_version: ['1.28'] lighthouse: ['', 'lighthouse'] include: - - k8s_version: '1.22' - - k8s_version: '1.23' - - k8s_version: '1.24' + # Bottom of supported K8s version range + - k8s_version: '1.26' steps: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11