We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d96f07 commit 7947a32Copy full SHA for 7947a32
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: true
15
matrix:
16
php: ['8.0', '8.1', '8.2']
17
- stability: ['prefer-lowest', prefer-stable]
+ stability: ['prefer-lowest', 'prefer-stable']
18
laravel: ['^9.0', '^10.0', '^11.0']
19
exclude:
20
- php: '8.0'
@@ -54,4 +54,4 @@ jobs:
54
run: ./vendor/bin/pint --test
55
56
- name: Execute tests
57
- run: sleep 10 && vendor/bin/phpunit --debug
+ run: sleep 10 && (vendor/bin/phpunit --debug || vendor/bin/phpunit --verbose)
0 commit comments