We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186356e commit ec9d642Copy full SHA for ec9d642
2 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
php: [8.0]
22
- ecs: [9.*, 8.*]
+ ecs: [10.*, 9.*]
23
24
steps:
25
-
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^8.0",
14
"slevomat/coding-standard": "^7.0",
15
- "symplify/easy-coding-standard": "^8.0 || ^9.0"
+ "symplify/easy-coding-standard": "^9.0 || ^10.0"
16
},
17
"conflict": {
18
"symplify/package-builder": "^8.3"
0 commit comments