From 295890d3b5db1b0f100b6c5897539a805f0adf54 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 11 Mar 2022 14:36:15 -0500 Subject: [PATCH] Remove K8s 1.20 tests as it's EOL Remove tests for Kubernetes 1.20, as it is End of Life and Submariner supports all versions upstream-Kubernetes supports and no EOL versions. Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index fc5462e..d170d12 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -19,7 +19,6 @@ jobs: k8s_version: ['1.23'] lighthouse: ['', 'lighthouse'] include: - - k8s_version: '1.20' - k8s_version: '1.21' - k8s_version: '1.22' steps: