File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
php-version : 8.1
26
26
coverage : none
27
27
28
- - name : Run friendsofphp/php-cs-fixer
28
+ - name : Run PHP-CS-Fixer
29
29
run : ./tools/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
30
30
31
31
type-checker :
@@ -43,10 +43,10 @@ jobs:
43
43
php-version : 8.1
44
44
coverage : none
45
45
46
- - name : Update dependencies with composer
46
+ - name : Install dependencies with Composer
47
47
run : ./tools/composer update --no-interaction --no-ansi --no-progress
48
48
49
- - name : Run vimeo/psalm
49
+ - name : Run Psalm
50
50
run : ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats
51
51
52
52
tests :
@@ -72,17 +72,17 @@ jobs:
72
72
coverage : " pcov"
73
73
ini-values : memory_limit=-1
74
74
75
- - name : " Cache dependencies installed with composer "
75
+ - name : " Cache dependencies installed with Composer "
76
76
uses : " actions/cache@v2"
77
77
with :
78
78
path : " ~/.composer/cache"
79
79
key : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
80
80
restore-keys : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
81
81
82
- - name : " Install dependencies with composer "
82
+ - name : " Install dependencies with Composer "
83
83
run : " ./tools/composer update --no-ansi --no-interaction --no-progress"
84
84
85
- - name : " Run tests with phpunit/phpunit "
85
+ - name : " Run tests with PHPUnit "
86
86
run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
87
87
88
88
- name : " Send code coverage report to Codecov.io"
You can’t perform that action at this time.
0 commit comments