Allow in-progress jobs to continue when any matrix job fails

This commit is contained in:
Zach Borboa
2021-03-15 07:40:22 -04:00
parent 6531a8443b
commit 74009c2608
+1
View File
@@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
fail-fast: false
name: PHP ${{ matrix.php }}
steps: