Skip to content

Commit d597687

Browse files
committed
Merge remote-tracking branch 'origin/AC-13306' into Hammer-PlatformHealth-30sep24
2 parents 450abeb + d94a2e5 commit d597687

File tree

3 files changed

+165
-161
lines changed

3 files changed

+165
-161
lines changed

.github/workflows/php.yml

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~8.1.0||~8.2.0||~8.3.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.18",
1414
"nikic/php-parser": "^4.15",

0 commit comments

Comments
 (0)