Skip to content

Commit f5c3dca

Browse files
committed
Don't ignore platform requests
1 parent ed9fb84 commit f5c3dca

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
@@ -41,6 +41,6 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
composer require "laravel/framework:${{ matrix.payload.laravel }}" "orchestra/testbench:${{ matrix.payload.testbench }}" --no-interaction --no-update
44-
composer update --prefer-stable --prefer-dist --no-interaction --ignore-platform-reqs
44+
composer update --prefer-stable --prefer-dist --no-interaction
4545
- name: Execute tests
4646
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)