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 aa7a2d7 commit 10057e8Copy full SHA for 10057e8
.github/workflows/phpunit.yml
@@ -28,5 +28,8 @@ jobs:
28
- name: Install dependencies
29
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
30
31
+ - name: Update PHPUnit Configuration
32
+ run: vendor/bin/phpunit --migrate-configuration
33
+
34
- name: Execute tests
35
run: composer test
0 commit comments