Skip to content

Commit 6c9d5dd

Browse files
committed
Use brick/coding-standard v2
1 parent 27f5e65 commit 6c9d5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
coding-standard:
3232
name: Coding Standard
33-
uses: brick/coding-standard/.github/workflows/coding-standard.yml@v1
33+
uses: brick/coding-standard/.github/workflows/coding-standard.yml@v2
3434
with:
3535
php-version: "8.2"
3636
working-directory: "tools/ecs"

tools/ecs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"brick/coding-standard": "v1"
3+
"brick/coding-standard": "v2"
44
},
55
"config": {
66
"allow-plugins": {

0 commit comments

Comments
 (0)