Skip to content

Commit f24dd98

Browse files
authored
Merge pull request #275 from magento-gl/AC-15786
AC-15786:Added PHP 8.5 support
2 parents 159cb6b + 6349ba2 commit f24dd98

File tree

3 files changed

+180
-201
lines changed

3 files changed

+180
-201
lines changed

.github/workflows/php.yml

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "38",
9+
"version": "39",
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
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
15-
"squizlabs/php_codesniffer": "^3.6.1",
15+
"squizlabs/php_codesniffer": "^3.10.2",
1616
"rector/rector": "^1.2.4",
17-
"phpcsstandards/phpcsutils": "^1.0.5",
17+
"phpcsstandards/phpcsutils": "^1.2.2",
1818
"magento/php-compatibility-fork": "^0.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.5.10",
21+
"phpunit/phpunit": "^9.6.20",
2222
"yoast/phpunit-polyfills": "^1.0"
2323
},
2424
"autoload-dev": {

0 commit comments

Comments
 (0)