Skip to content

Commit 7ab4885

Browse files
committed
Added support php8.4
1 parent 95d3139 commit 7ab4885

File tree

3 files changed

+179
-167
lines changed

3 files changed

+179
-167
lines changed

Diff for: .github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "8.1"
1716
- "8.2"
1817
- "8.3"
18+
- "8.4"
1919
dependencies:
2020
- "lowest"
2121
- "highest"

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "phpcodesniffer-standard",
99
"version": "35",
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1212
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",

0 commit comments

Comments
 (0)