Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37a8592

Browse files
Update PHP_CodeSniffer version in workflow (#23)
Keep using v3 as it was not causing any errors on PSR2 in the repo. We need investigate more why v4 is failing here.
1 parent 291994a commit 37a8592

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)

AltStyle によって変換されたページ (->オリジナル) /