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