We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3b0d5 commit dd6c9d0Copy full SHA for dd6c9d0
.github/workflows/ci.yaml
@@ -25,6 +25,7 @@ jobs:
25
- uses: ramsey/composer-install@v3
26
with:
27
dependency-versions: highest
28
+ composer-options: "--ignore-platform-reqs --optimize-autoloader"
29
30
- name: Run code style check
31
run: composer run-script check-cs -- --format=checkstyle | cs2pr
0 commit comments