Skip to content

Commit 91d3c92

Browse files
authored
Merge pull request #63 from loic425/ecs-13
Allow easy coding standard 13.x
2 parents 2d9b0f1 + 7a20875 commit 91d3c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php: [8.0]
22-
ecs: [10.*, 11.*, 12.*]
22+
ecs: [10.*, 11.*, 12.*, 13.*]
2323

2424
steps:
2525
-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.0",
1414
"slevomat/coding-standard": "^8.0",
15-
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0"
15+
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0 || ^13.0"
1616
},
1717
"conflict": {
1818
"slevomat/coding-standard": ">=8.23",

0 commit comments

Comments
 (0)