Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit fa25b5d

Browse files
committed
PHP 7.4 unsupported (but we don’t use Pint in the CI)
1 parent 575cc71 commit fa25b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

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

5757
- name: Install dependencies
5858
run: |
59-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
60-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
59+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
60+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs
6161
6262
- name: Execute tests
6363
run: |

0 commit comments

Comments
 (0)