Merge pull request #361 from helmfile/fix_github_ci_matrix_config

fix github ci matrix config
This commit is contained in:
yxxhero 2022-09-14 08:50:54 +08:00 committed by GitHub
commit 99d5eaf25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -52,13 +52,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
include: helm-version:
- helm-version: v3.4.2 - v3.4.2
- helm-version: v3.5.4 - v3.5.4
- helm-version: v3.6.3 - v3.6.3
- helm-version: v3.7.2 - v3.7.2
- helm-version: v3.8.2 - v3.8.2
- helm-version: v3.9.0 - v3.9.0
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache libraries - name: Cache libraries