Skip to content

Commit 4c08e77

Browse files
authored
Remove ignore platform requirements
1 parent 07b037b commit 4c08e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
- name: Install dependencies
4444
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
46-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
45+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4747
4848
- name: Execute tests
4949
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation

0 commit comments

Comments
 (0)