Skip to content

Commit e61a7c4

Browse files
committed
raise minimum PHP version to 8.1 and add 8.4
1 parent e0b6f10 commit e61a7c4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ jobs:
4040
matrix:
4141
os: [ubuntu-latest]
4242
php_version:
43-
- 7.2
44-
- 7.3
45-
- 7.4
46-
- 8.0
4743
- 8.1
4844
- 8.2
4945
- 8.3
46+
- 8.4
5047
dependencies_level:
5148
- --prefer-lowest
5249
- ""

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": "https://github.com/mayflower/mo4-coding-standard"
2424
},
2525
"require": {
26-
"php": "~7.2 || ~8.0",
26+
"php": "~8.1",
2727
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ~1.0",
2828
"escapestudios/symfony2-coding-standard": "^3.10.0",
2929
"slevomat/coding-standard": "^8.14",

0 commit comments

Comments
 (0)