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 82bd180 commit 81b0abfCopy full SHA for 81b0abf
.github/workflows/phpunit.yml
@@ -15,6 +15,7 @@ jobs:
15
php-version:
16
- "8.1"
17
- "8.2"
18
+ - "8.3"
19
dependencies:
20
- "highest"
21
- "lowest"
composer.json
@@ -21,7 +21,7 @@
}
22
],
23
"require": {
24
- "php": "8.1.* | 8.2.*",
+ "php": "8.1.* | 8.2.* | 8.3.*",
25
"ext-json": "*",
26
"guzzlehttp/guzzle": "^6.1 | ^7.0"
27
},
0 commit comments