Skip to content

Commit a7f89ce

Browse files
Merge branch 'master' into qa/phpunit-12.2-12.3
2 parents 7a176ca + f49a10a commit a7f89ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tools: composer:v2, cs2pr
2121

2222
- name: Install dependencies
23-
run: composer require squizlabs/php_codesniffer --no-interaction --no-progress
23+
run: composer require squizlabs/php_codesniffer "^3" --no-interaction --no-progress
2424

2525
- name: "Run phpcs"
2626
run: vendor/bin/phpcs -q --standard=PSR2 classes/ tests/ --report=checkstyle | cs2pr

0 commit comments

Comments
 (0)