We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de32c0 commit 975eaa4Copy full SHA for 975eaa4
2 files changed
.github/workflows/unit.yml
@@ -21,7 +21,6 @@ jobs:
21
- "lowest"
22
- "highest"
23
php-version:
24
- - "8.1"
25
- "8.2"
26
- "8.3"
27
- "8.4"
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
"require": {
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"symfony/event-dispatcher": "^5.4.26|^6.4.0|^7.0.0"
},
"require-dev": {
0 commit comments