Skip to content

Commit

Permalink
Merge pull request #255 from magento-gl/Hammer_PlatForm_Health_247Beta3
Browse files Browse the repository at this point in the history
[Hammer][Platform Health 247-beta3] PHP8.3 Support
  • Loading branch information
sidolov authored Dec 19, 2023
2 parents 372d4c6 + b167086 commit 7521587
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 138 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "phpcodesniffer-standard",
"version": "33",
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"webonyx/graphql-php": "^15.0",
"ext-simplexml": "*",
"ext-dom": "*",
Expand Down
Loading

0 comments on commit 7521587

Please sign in to comment.