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
strategy:
matrix:
hugo-version: [null]
# hugo-version: [null, 'latest', '0.58.2']
extended: [null]
# extended: [null, true, false]
hugo-version: [null, 'latest', '0.58.2']
extended: [null, true, false]
steps:
- uses: actions/checkout@v1