5151 tools : none
5252
5353 - name : Install dependencies with Composer
54- run : ./tools/composer update --no-interaction --no-ansi --no-progress
54+ run : ./tools/composer install --no-interaction --no-ansi --no-progress
5555
5656 - name : Run Psalm on public API
5757 run : ./tools/psalm --config=.psalm/static-analysis.xml --no-progress --show-info=false
@@ -101,7 +101,7 @@ jobs:
101101 tools : none
102102
103103 - name : Install dependencies with Composer
104- run : php ./tools/composer update --no-ansi --no-interaction --no-progress
104+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
105105
106106 - name : Run tests with PHPUnit
107107 run : php ./phpunit --testsuite unit
@@ -151,7 +151,7 @@ jobs:
151151 tools : none
152152
153153 - name : Install dependencies with Composer
154- run : php ./tools/composer update --no-ansi --no-interaction --no-progress
154+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
155155
156156 - name : Run tests with PHPUnit
157157 run : php ./phpunit --testsuite end-to-end
@@ -178,7 +178,7 @@ jobs:
178178 tools : none
179179
180180 - name : Install dependencies with Composer
181- run : ./tools/composer update --no-ansi --no-interaction --no-progress
181+ run : ./tools/composer install --no-ansi --no-interaction --no-progress
182182
183183 - name : Collect code coverage with PHPUnit
184184 run : ./phpunit --coverage-clover=coverage.xml
0 commit comments