Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d3139 commit 7ab4885Copy full SHA for 7ab4885
.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