We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Composer: remove PHPCSDevCS
1 parent 283db08 commit 04ca021Copy full SHA for 04ca021
.github/workflows/unit-tests.yml
@@ -104,10 +104,6 @@ jobs:
104
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
105
coverage: none
106
107
- # Remove PHPCSDevCS as it would (for now) prevent the tests from being able to run against PHPCS 4.x.
108
- - name: "Composer: remove PHPCSDevCS"
109
- run: composer remove --dev phpcsstandards/phpcsdevcs --no-update --no-interaction
110
-
111
- name: "Composer: set PHPCS version for tests (dev)"
112
if: ${{ contains( matrix.phpcs_version, 'dev') }}
113
run: composer require squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}" --no-update --no-scripts --no-interaction
0 commit comments