From ebf13857143762392036d0b37ce356d3983e1d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Torres?= Date: Tue, 28 Mar 2023 14:30:34 -0500 Subject: [PATCH] Drop 1.22.x tests usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Torres --- .github/workflows/kind-cluster-image-policy-no-tuf.yaml | 1 - .github/workflows/kind-cluster-image-policy.yaml | 1 - .github/workflows/kind-e2e-cosigned.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/kind-cluster-image-policy-no-tuf.yaml b/.github/workflows/kind-cluster-image-policy-no-tuf.yaml index c5da89177..6f0391958 100644 --- a/.github/workflows/kind-cluster-image-policy-no-tuf.yaml +++ b/.github/workflows/kind-cluster-image-policy-no-tuf.yaml @@ -32,7 +32,6 @@ jobs: strategy: matrix: k8s-version: - - v1.22.x - v1.23.x - v1.24.x - v1.25.x diff --git a/.github/workflows/kind-cluster-image-policy.yaml b/.github/workflows/kind-cluster-image-policy.yaml index dd8e9786b..c849c4107 100644 --- a/.github/workflows/kind-cluster-image-policy.yaml +++ b/.github/workflows/kind-cluster-image-policy.yaml @@ -32,7 +32,6 @@ jobs: strategy: matrix: k8s-version: - - v1.22.x - v1.23.x - v1.24.x - v1.25.x diff --git a/.github/workflows/kind-e2e-cosigned.yaml b/.github/workflows/kind-e2e-cosigned.yaml index b29e250b6..4a89b91bc 100644 --- a/.github/workflows/kind-e2e-cosigned.yaml +++ b/.github/workflows/kind-e2e-cosigned.yaml @@ -29,7 +29,6 @@ jobs: fail-fast: false # Keep running if one leg fails. matrix: k8s-version: - - v1.22.x - v1.23.x - v1.24.x - v1.25.x