Skip to content

Commit 110afff

Browse files
committed
ignore platform reqs
1 parent e8fa964 commit 110afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: |
53-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
53+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
5454
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
5555
5656
- name: Execute tests

0 commit comments

Comments
 (0)