From b9236b2f9989e54497637b7f721353c4edfc4b97 Mon Sep 17 00:00:00 2001 From: Amanuel Engeda Date: Mon, 2 Oct 2023 15:18:15 -0700 Subject: [PATCH] Remove k8s 1.22 --- .github/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index b51a35a52371..220dd88f6c58 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - k8sVersion: ["1.22.x", "1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x", "1.28.x"] + k8sVersion: ["1.23.x", "1.24.x", "1.25.x", "1.26.x", "1.27.x", "1.28.x"] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/install-deps