Skip to content

Commit

Permalink
Merge pull request #44 from Zales0123/drop-php-7
Browse files Browse the repository at this point in the history
refactor #44Drop PHP 7 + bump ECS to 9|10
  • Loading branch information
lchrusciel authored Jan 19, 2022
2 parents 2c05082 + ec9d642 commit f8a5428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
ecs: [9.*, 8.*]
php: [8.0]
ecs: [10.*, 9.*]

steps:
-
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^8.0",
"slevomat/coding-standard": "^7.0",
"symplify/easy-coding-standard": "^8.0 || ^9.0"
"symplify/easy-coding-standard": "^9.0 || ^10.0"
},
"conflict": {
"symplify/package-builder": "^8.3"
Expand Down

0 comments on commit f8a5428

Please sign in to comment.