Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 5f43167

Browse files
committed
wip
1 parent 7da78a6 commit 5f43167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install dependencies
4646
run: |
47-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
47+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
4848
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
4949
5050
- name: Execute tests

0 commit comments

Comments
 (0)