Skip to content

Commit 7a7131d

Browse files
committed
Merge remote-tracking branch 'origin/AC-15620' into AC-15170
2 parents 24bf4f7 + c7d32d2 commit 7a7131d

File tree

3 files changed

+42
-21
lines changed

3 files changed

+42
-21
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "8.2"
1919
- "8.3"
2020
- "8.4"
21+
- "8.5"
2122
dependencies:
2223
- "lowest"
2324
- "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||~8.4.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.18",
1414
"nikic/php-parser": "^5.0",

composer.lock

Lines changed: 40 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)