Skip to content

Commit 3e21a1f

Browse files
Added migrate configuration for PHPUnit
1 parent 5a9e2cb commit 3e21a1f

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
@@ -31,5 +31,8 @@ jobs:
3131
- name: Install dependencies
3232
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
3333

34+
- name: Update PHPUnit Configuration
35+
run: vendor/bin/phpunit --migrate-configuration
36+
3437
- name: Execute tests
3538
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)