From 9fe54c72d759fb1435cb1730270c6a2fd290664b Mon Sep 17 00:00:00 2001 From: yxxhero Date: Tue, 13 Sep 2022 13:34:42 +0800 Subject: [PATCH] fix github ci matrix config Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ce0c285..34fbcee2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,13 +52,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - include: - - helm-version: v3.4.2 - - helm-version: v3.5.4 - - helm-version: v3.6.3 - - helm-version: v3.7.2 - - helm-version: v3.8.2 - - helm-version: v3.9.0 + helm-version: + - v3.4.2 + - v3.5.4 + - v3.6.3 + - v3.7.2 + - v3.8.2 + - v3.9.0 steps: - uses: actions/checkout@v2 - name: Cache libraries