gha: update matrix
This commit is contained in:
parent
e8c4830559
commit
0f5a526792
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
|
@ -34,11 +34,12 @@ jobs:
|
||||||
needs: test
|
needs: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
|
os: ['ubuntu-18.04']
|
||||||
hugo-version: ['latest']
|
# os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
|
||||||
extended: [true]
|
# hugo-version: ['latest']
|
||||||
# hugo-version: ['latest', '0.58.2']
|
# extended: [true]
|
||||||
# extended: [true, false]
|
hugo-version: ['latest', '0.58.2']
|
||||||
|
extended: [true, false]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue