We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdbadc commit 40d8a64Copy full SHA for 40d8a64
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: composer validate
36
37
- name: Install dependencies
38
- run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
+ run: composer install --prefer-dist --no-progress --no-suggest
39
40
- name: Run test suite
41
run: composer check
0 commit comments