Skip to content

Commit 04ca021

Browse files
committed
ci(Unit Tests): remove the unneeded Composer: remove PHPCSDevCS step.
1 parent 283db08 commit 04ca021

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
105105
coverage: none
106106

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-
111107
- name: "Composer: set PHPCS version for tests (dev)"
112108
if: ${{ contains( matrix.phpcs_version, 'dev') }}
113109
run: composer require squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}" --no-update --no-scripts --no-interaction

0 commit comments

Comments
 (0)