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.
2 parents 06b18c1 + 109e729 commit 19e4ce7Copy full SHA for 19e4ce7
.github/workflows/phpunit.yml
@@ -11,7 +11,7 @@ jobs:
11
php: [ "7.3", "7.4", "8.0" ]
12
laravel: [ "6.0", "7.0", "8.0" ]
13
14
- name: PHP ${{ matrix.php }}
+ name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
15
16
steps:
17
- name: Checkout code
phpunit.xml
@@ -10,7 +10,6 @@
10
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
- printerClass="PHPUnitTextUIResultPrinter"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
0 commit comments