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 b8c138a commit 4f3385bCopy full SHA for 4f3385b
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install dependencies with Composer
34
if: matrix.php >= '8.4'
35
- run: composer update --prefer-dist --no-progress -no-interaction --ansi --ignore-platform-reqs
+ run: composer update --prefer-dist --no-progress --no-interaction --ansi --ignore-platform-reqs
36
37
- name: Coding standards
38
if: matrix.analysis
0 commit comments