Skip to content

Commit 3ac5725

Browse files
Update tests.yml
1 parent da08e2d commit 3ac5725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ jobs:
3333
- name: Install dependencies
3434
run: composer require laravel/framework:^${{ matrix.laravel }}
3535

36+
- name: Update PHPUnit Configuration
37+
run: vendor/bin/phpunit --migrate-configuration
38+
3639
- name: Execute tests
3740
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)