Skip to content

Commit 7521587

Browse files
authored
Merge pull request #255 from magento-gl/Hammer_PlatForm_Health_247Beta3
[Hammer][Platform Health 247-beta3] PHP8.3 Support
2 parents 372d4c6 + b167086 commit 7521587

File tree

3 files changed

+183
-138
lines changed

3 files changed

+183
-138
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
@@ -8,7 +8,7 @@
88
"type": "phpcodesniffer-standard",
99
"version": "33",
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1212
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",

0 commit comments

Comments
 (0)