Disable fail-fast in github workflows

This commit is contained in:
Kijin Sung 2021-01-21 10:15:41 +09:00
parent 2cdf9d0e2d
commit 8519f28170

View file

@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]