File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 - name : Setup Problem Matchers
2828 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929
30- - name : Install Dependencies
31- uses : nick-invision/retry@v1
32- with :
33- timeout_minutes : 5
34- max_attempts : 5
35- command : composer update --no-interaction --no-progress
36-
3730 - name : Remove Guzzle 6
3831 uses : nick-invision/retry@v1
3932 with :
5043 command : composer require php-http/guzzle7-adapter --dev --no-update --no-interaction
5144 if : matrix.php >= 8
5245
46+ - name : Install Dependencies
47+ uses : nick-invision/retry@v1
48+ with :
49+ timeout_minutes : 5
50+ max_attempts : 5
51+ command : composer update --no-interaction --no-progress
52+
5353 - name : Install PHPUnit
5454 uses : nick-invision/retry@v1
5555 with :
You can’t perform that action at this time.
0 commit comments