We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb355d commit 184a4c2Copy full SHA for 184a4c2
.github/workflows/tests.yml
@@ -40,13 +40,13 @@ jobs:
40
run: >
41
composer require
42
"pestphp/pest:${{ matrix.pest }}"
43
- --no-interaction --no-update
+ --no-interaction --no-update --with-all-dependencies
44
45
- name: Require Laravel Version
46
47
48
"laravel/framework:${{ matrix.laravel }}"
49
50
51
- name: Install Composer dependencies
52
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
0 commit comments