Skip to content

Commit ec9d642

Browse files
committed
Allow EasyCodingStandard 10
1 parent 186356e commit ec9d642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [9.*, 8.*]
22+
ecs: [10.*, 9.*]
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": "^7.0",
15-
"symplify/easy-coding-standard": "^8.0 || ^9.0"
15+
"symplify/easy-coding-standard": "^9.0 || ^10.0"
1616
},
1717
"conflict": {
1818
"symplify/package-builder": "^8.3"

0 commit comments

Comments
 (0)