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.
1 parent 27f5e65 commit 6c9d5ddCopy full SHA for 6c9d5dd
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
31
coding-standard:
32
name: Coding Standard
33
- uses: brick/coding-standard/.github/workflows/coding-standard.yml@v1
+ uses: brick/coding-standard/.github/workflows/coding-standard.yml@v2
34
with:
35
php-version: "8.2"
36
working-directory: "tools/ecs"
tools/ecs/composer.json
@@ -1,6 +1,6 @@
1
{
2
"require": {
3
- "brick/coding-standard": "v1"
+ "brick/coding-standard": "v2"
4
},
5
"config": {
6
"allow-plugins": {
0 commit comments