Skip to content

Commit 8d8d57b

Browse files
committed
add PHP 8.4 support
1 parent ca99693 commit 8d8d57b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- "8.1"
9292
- "8.2"
9393
- "8.3"
94+
- "8.4"
9495
dependencies:
9596
- "lowest"
9697
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8,<8.2|>=8.2.9,<8.4",
19+
"php": "^8,<8.2|>=8.2.9,<8.5",
2020
"ext-curl": "*",
2121
"beberlei/assert": "^3.2.5",
2222
"symfony/yaml": "^3|^4|^5|^6|^7",

0 commit comments

Comments
 (0)