File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
composer-options : --ignore-platform-req=php+
77
77
custom-cache-suffix : $(date -u "+%Y-%m")
78
78
79
- - name : " Set PHPCS version (lowest)"
79
+ - name : " Composer: set PHPCS version for tests (lowest)"
80
80
if : ${{ matrix.phpcs_version == 'lowest' }}
81
81
run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
82
82
Original file line number Diff line number Diff line change 82
82
composer-options : --ignore-platform-req=php+
83
83
custom-cache-suffix : $(date -u "+%Y-%m")
84
84
85
- - name : " Set PHPCS version (lowest)"
85
+ - name : " Composer: set PHPCS version for tests (lowest)"
86
86
if : ${{ matrix.phpcs_version == 'lowest' }}
87
87
run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
88
88
@@ -153,7 +153,7 @@ jobs:
153
153
# Bust the cache at least once a month - output format: YYYY-MM.
154
154
custom-cache-suffix : $(date -u "+%Y-%m")
155
155
156
- - name : " Set PHPCS version (lowest)"
156
+ - name : " Composer: set PHPCS version for tests (lowest)"
157
157
if : ${{ matrix.phpcs_version == 'lowest' }}
158
158
run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
159
159
You can’t perform that action at this time.
0 commit comments