Skip to content

Commit 10057e8

Browse files
Update phpunit.yml
1 parent aa7a2d7 commit 10057e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
3030

31+
- name: Update PHPUnit Configuration
32+
run: vendor/bin/phpunit --migrate-configuration
33+
3134
- name: Execute tests
3235
run: composer test

0 commit comments

Comments
 (0)