Skip to content

Commit cf0c761

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3
1 parent d142dbb commit cf0c761

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
php-version:
1616
- "8.1"
1717
- "8.2"
18+
- "8.3"
1819
dependencies:
1920
- "lowest"
2021
- "highest"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "33",
9+
"version": "34",
1010
"require": {
1111
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1212
"webonyx/graphql-php": "^15.0",

composer.lock

+17-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)