diff --git a/.github/workflows/reusable-qa-checks.yml b/.github/workflows/reusable-qa-checks.yml index eb8dd6f..415f999 100644 --- a/.github/workflows/reusable-qa-checks.yml +++ b/.github/workflows/reusable-qa-checks.yml @@ -70,6 +70,8 @@ jobs: php-version: ${{ matrix.php }} ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On coverage: none + env: + fail-fast: true - name: Conditionally update PHPCompatibility to develop version if: ${{ matrix.phpcompat != 'stable' }}