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 da08e2d commit 3ac5725Copy full SHA for 3ac5725
.github/workflows/tests.yml
@@ -33,5 +33,8 @@ jobs:
33
- name: Install dependencies
34
run: composer require laravel/framework:^${{ matrix.laravel }}
35
36
+ - name: Update PHPUnit Configuration
37
+ run: vendor/bin/phpunit --migrate-configuration
38
+
39
- name: Execute tests
40
run: sudo vendor/bin/phpunit
0 commit comments