gha: Fix matrix testing
This commit is contained in:
parent
bc7b30b91d
commit
ab1914bc1a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
||||||
needs: test
|
needs: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version: [null, 'latest', '0.58.2']
|
hugo-version: ['latest', '0.58.2']
|
||||||
extended: [null, true, false]
|
extended: [true, false]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue