Skip to content

Commit

Permalink
Added support php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Dec 3, 2024
1 parent 95d3139 commit 7ab4885
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 7ab4885

Please sign in to comment.