File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
42
42
43
43
- name : " Install dependencies with Composer"
44
- run : " composer install --no-interaction --no-progress --no-suggest "
44
+ run : " composer install --no-interaction --no-progress"
45
45
46
46
# https://github.com/doctrine/.github/issues/3
47
47
- name : " Run PHP_CodeSniffer"
Original file line number Diff line number Diff line change 57
57
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
58
58
59
59
- name : " Install dependencies with composer"
60
- run : " composer update --no-interaction --no-progress --no-suggest "
60
+ run : " composer update --no-interaction --no-progress"
61
61
62
62
- name : " Run PHPUnit"
63
63
run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
Original file line number Diff line number Diff line change 44
44
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
45
45
46
46
- name : " Install dependencies with composer"
47
- run : " composer update --no-interaction --no-progress --no-suggest "
47
+ run : " composer update --no-interaction --no-progress"
48
48
49
49
- name : " Run PHPBench"
50
50
run : " php -n ./vendor/bin/phpbench run --iterations=3 --warmup=1 --report=aggregate"
Original file line number Diff line number Diff line change 41
41
restore-keys : " php-${{ matrix.php-version }}-composer-locked-"
42
42
43
43
- name : " Install dependencies with composer"
44
- run : " composer install --no-interaction --no-progress --no-suggest "
44
+ run : " composer install --no-interaction --no-progress"
45
45
46
46
- name : " Run a static analysis with phpstan/phpstan"
47
47
run : " vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr"
You can’t perform that action at this time.
0 commit comments