gha: Add matrix testing

This commit is contained in:
peaceiris 2019-09-18 02:21:45 +09:00
parent 7a226588c6
commit b426f6a213

View file

@ -27,10 +27,8 @@ jobs:
needs: test needs: test
strategy: strategy:
matrix: matrix:
hugo-version: [null] hugo-version: [null, 'latest', '0.58.2']
# hugo-version: [null, 'latest', '0.58.2'] extended: [null, true, false]
extended: [null]
# extended: [null, true, false]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1