File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848
4949 - uses : " ramsey/composer-install@v2"
5050 with :
51- composer-options : " --prefer-dist --no-progress --no-suggest "
51+ composer-options : " --prefer-dist --no-progress"
5252
5353 - name : Setup mysql
5454 run : |
8282
8383 - uses : " ramsey/composer-install@v2"
8484 with :
85- composer-options : " --prefer-dist --no-progress --no-suggest "
85+ composer-options : " --prefer-dist --no-progress"
8686
8787 - run : vendor/bin/phpstan
Original file line number Diff line number Diff line change 4747
4848 - uses : " ramsey/composer-install@v2"
4949 with :
50- composer-options : " --prefer-dist --no-progress --no-suggest "
50+ composer-options : " --prefer-dist --no-progress"
5151
5252 - name : Setup Problem Matchers for PHPUnit
5353 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8383
8484 - uses : " ramsey/composer-install@v2"
8585 with :
86- composer-options : " --prefer-dist --no-progress --no-suggest "
86+ composer-options : " --prefer-dist --no-progress"
8787
8888 - name : Setup Problem Matchers for PHPUnit
8989 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
You can’t perform that action at this time.
0 commit comments