File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
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 : " Composer: set PHPCS version for tests (lowest)"
79
+ - name : " Composer: set PHPCS/PHPCSUtils version for tests (lowest)"
80
80
if : ${{ matrix.phpcs_version == 'lowest' }}
81
- run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
81
+ run : >
82
+ composer update squizlabs/php_codesniffer phpcsstandards/phpcsutils
83
+ --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
82
84
83
85
- name : Lint against parse errors
84
86
if : matrix.phpcs_version == 'dev-master'
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 : " Composer: set PHPCS version for tests (lowest)"
85
+ - name : " Composer: set PHPCS/PHPCSUtils version for tests (lowest)"
86
86
if : ${{ matrix.phpcs_version == 'lowest' }}
87
- run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
87
+ run : >
88
+ composer update squizlabs/php_codesniffer phpcsstandards/phpcsutils
89
+ --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
88
90
89
91
- name : Lint against parse errors
90
92
if : matrix.phpcs_version == 'dev-master'
@@ -153,9 +155,11 @@ jobs:
153
155
# Bust the cache at least once a month - output format: YYYY-MM.
154
156
custom-cache-suffix : $(date -u "+%Y-%m")
155
157
156
- - name : " Composer: set PHPCS version for tests (lowest)"
158
+ - name : " Composer: set PHPCS/PHPCSUtils version for tests (lowest)"
157
159
if : ${{ matrix.phpcs_version == 'lowest' }}
158
- run : composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
160
+ run : >
161
+ composer update squizlabs/php_codesniffer phpcsstandards/phpcsutils
162
+ --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
159
163
160
164
- name : Lint against parse errors
161
165
if : matrix.phpcs_version == 'dev-master'
You can’t perform that action at this time.
0 commit comments