File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 # The sniff stage doesn't run the unit tests, so no need for PHPUnit.
4141 composer remove --no-update --dev phpunit/phpunit --no-scripts --no-interaction
42- # Using PHPCS `3.x` as an early detection system for bugs upstream.
43- # This should be changed to 4.x, but we'll need to wait for PHPCSDevCS to be compatible with 4.x.
44- composer require --no-update squizlabs/php_codesniffer:"3.x-dev" --no-interaction
42+ # Using PHPCS `4.x` as an early detection system for bugs upstream.
43+ composer require --no-update squizlabs/php_codesniffer:"4.x-dev" --no-interaction
4544
4645 # Install dependencies and handle caching in one go.
4746 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
You can’t perform that action at this time.
0 commit comments