don't fail-fast when running tests

This commit is contained in:
Matthew Penner
2021-01-15 18:08:00 -07:00
parent 119dcb7621
commit 61ae13a657

View File

@@ -19,7 +19,7 @@ jobs:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
fail-fast: true
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
name: PHP ${{ matrix.php }}