We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235bccf commit 749bce4Copy full SHA for 749bce4
.github/workflows/phpunit.yml
@@ -31,8 +31,5 @@ jobs:
31
- name: Install dependencies
32
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
33
34
- - name: Update PHPUnit Configuration
35
- run: vendor/bin/phpunit --migrate-configuration
36
-
37
- name: Execute tests
38
run: sudo vendor/bin/phpunit
0 commit comments