Skip to content

Commit 975eaa4

Browse files
committed
drop php 8.1
1 parent 6de32c0 commit 975eaa4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- "lowest"
2222
- "highest"
2323
php-version:
24-
- "8.1"
2524
- "8.2"
2625
- "8.3"
2726
- "8.4"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
22+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2323
"symfony/event-dispatcher": "^5.4.26|^6.4.0|^7.0.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)