Skip to content

Commit f8a5428

Browse files
authored
Merge pull request #44 from Zales0123/drop-php-7
refactor #44Drop PHP 7 + bump ECS to 9|10
2 parents 2c05082 + ec9d642 commit f8a5428

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [7.4, 7.3]
22-
ecs: [9.*, 8.*]
21+
php: [8.0]
22+
ecs: [10.*, 9.*]
2323

2424
steps:
2525
-

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3 || ^8.0",
13+
"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)