From cef2a97ddb4dcacc12063122bd853f0073c0201c Mon Sep 17 00:00:00 2001 From: Nick Tran Date: Mon, 30 Sep 2024 10:25:14 -0700 Subject: [PATCH] fix-ci-test --- .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 a47912a0fde0..be6d1de75919 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - k8sVersion: ["1.25", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x", "1.31.x"] + k8sVersion: ["1.25.x", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x", "1.31.x"] steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - uses: ./.github/actions/install-deps