diff --git a/.github/workflows/reusable-qa-checks.yml b/.github/workflows/reusable-qa-checks.yml index 0ac28a8..8880ce0 100644 --- a/.github/workflows/reusable-qa-checks.yml +++ b/.github/workflows/reusable-qa-checks.yml @@ -71,6 +71,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' }}