Skip to content

Commit 184a4c2

Browse files
committed
chore: bumps dependencies
1 parent 1eb355d commit 184a4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
run: >
4141
composer require
4242
"pestphp/pest:${{ matrix.pest }}"
43-
--no-interaction --no-update
43+
--no-interaction --no-update --with-all-dependencies
4444
4545
- name: Require Laravel Version
4646
run: >
4747
composer require
4848
"laravel/framework:${{ matrix.laravel }}"
49-
--no-interaction --no-update
49+
--no-interaction --no-update --with-all-dependencies
5050
5151
- name: Install Composer dependencies
5252
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist

0 commit comments

Comments
 (0)