File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : " actions/checkout@v2 "
35+ uses : " actions/checkout@v4 "
3636
3737 - name : " Install PHP"
3838 uses : " shivammathur/setup-php@v2"
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-fields/retry@v2
46+ with :
47+ timeout_minutes : 5
48+ max_attempts : 5
49+ command : composer update --prefer-stable --prefer-dist --no-interaction --no-progress
4650
47- - name : " Run a static analysis with phpstan/phpstan "
48- run : " vendor/bin/phpstan --error-format=checkstyle | cs2pr "
51+ - name : Execute type checking
52+ run : vendor/bin/phpstan --configuration="phpstan.neon.dist "
You can’t perform that action at this time.
0 commit comments