Skip to content

Commit

Permalink
Merge pull request #269 from magento-gl/php8.4_support
Browse files Browse the repository at this point in the history
Added support php8.4
  • Loading branch information
glo71317 authored Dec 19, 2024
2 parents 95d3139 + 7ab4885 commit d4c199b
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
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": "35",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"webonyx/graphql-php": "^15.0",
"ext-simplexml": "*",
"ext-dom": "*",
Expand Down
Loading

0 comments on commit d4c199b

Please sign in to comment.