We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d708b18 + 63aa020 commit be3b495Copy full SHA for be3b495
1 file changed
.github/workflows/push.yml
@@ -54,6 +54,7 @@ jobs:
54
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
55
runs-on: ${{ matrix.operating-system }}
56
strategy:
57
+ fail-fast: false
58
matrix:
59
operating-system:
60
- ubuntu-latest
@@ -110,7 +111,6 @@ jobs:
110
111
composer-options: --optimize-autoloader
112
113
- name: Run PHPUnit
- continue-on-error: true
114
run: php tools/phpunit
115
116
codestyle:
0 commit comments