Skip to content

Commit c155251

Browse files
committed
Prepare for PHP 8.4
1 parent 923bf6b commit c155251

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "8.1"
1717
- "8.2"
1818
- "8.3"
19+
- "8.4"
1920
dependencies:
2021
- "highest"
2122
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
24+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2525
"ext-json": "*",
2626
"codeception/codeception": "^5.0",
2727
"guzzlehttp/guzzle": "^6.1 || ^7.0"

0 commit comments

Comments
 (0)