File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 timeout_minutes : 5
4141 max_attempts : 5
42- command : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
42+ command : COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4343
4444 - name : Execute tests
4545 run : vendor/bin/phpunit --verbose
Original file line number Diff line number Diff line change 4141 php-version : " ${{ matrix.php-version }}"
4242 tools : " cs2pr"
4343
44- - name : " Install dependencies with Composer"
45- uses : " ramsey/composer-install@v1"
44+ - name : Install dependencies
45+ uses : nick-invision/retry@v1
46+ with :
47+ timeout_minutes : 5
48+ max_attempts : 5
49+ command : COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4650
4751 - name : " Run a static analysis with phpstan/phpstan"
4852 run : " vendor/bin/phpstan --error-format=checkstyle | cs2pr"
You can’t perform that action at this time.
0 commit comments