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

Commit 6a7f109

Browse files
committed
Remove --ignore-platform-reqs from composer install
1 parent a6597e1 commit 6a7f109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
coverage: none
4343

4444
- name: Install dependencies
45-
run: composer install --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs
45+
run: composer install --prefer-dist --no-interaction
4646

4747
- name: Run tests
4848
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)