Skip to content

Commit e8f91ee

Browse files
author
Andrey Helldar
committed
Updated phpunit.yml
1 parent 95febcd commit e8f91ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
run: composer self-update
2929

3030
- name: Install dependencies
31-
run: |
32-
composer require laravel/framework:^${{ matrix.laravel }}
33-
composer update --prefer-stable --prefer-dist --no-progress --no-interaction
31+
run: composer require laravel/framework:^${{ matrix.laravel }}
3432

3533
- name: Execute tests
3634
run: |

0 commit comments

Comments
 (0)