Skip to content

Commit 4540874

Browse files
author
Václavík Jan
committed
Remove composer v1 in tests
1 parent 38373eb commit 4540874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: ${{ matrix.php }}
2121
coverage: none
2222

23-
- run: composer selfupdate 1.10.25 --no-progress
23+
# - run: composer selfupdate 1.10.25 --no-progress
2424
- run: composer install
2525
- run: vendor/bin/phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src/ --ignore=bootstrap.php
2626
- run: vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp tests/

0 commit comments

Comments
 (0)