We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95d3139 + 7ab4885 commit d4c199bCopy full SHA for d4c199b
.github/workflows/php.yml
@@ -13,9 +13,9 @@ jobs:
13
fail-fast: false
14
matrix:
15
php-version:
16
- - "8.1"
17
- "8.2"
18
- "8.3"
+ - "8.4"
19
dependencies:
20
- "lowest"
21
- "highest"
composer.json
@@ -8,7 +8,7 @@
8
"type": "phpcodesniffer-standard",
9
"version": "35",
10
"require": {
11
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
12
"webonyx/graphql-php": "^15.0",
"ext-simplexml": "*",
"ext-dom": "*",
0 commit comments