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 e8fa964 commit 110afffCopy full SHA for 110afff
.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install dependencies
52
run: |
53
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
54
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
55
56
- name: Execute tests
0 commit comments