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.
2 parents 43f6275 + d86ed43 commit 9871e9fCopy full SHA for 9871e9f
.github/workflows/phpunit.yml
@@ -14,6 +14,7 @@ jobs:
14
matrix:
15
php-version:
16
- "8.1"
17
+ - "8.2"
18
dependencies:
19
- "highest"
20
- "lowest"
composer.json
@@ -17,7 +17,7 @@
}
],
"require": {
- "php": "8.1.*",
+ "php": "8.1.* | 8.2.*",
21
"ext-json": "*",
22
"ericmartel/codeception-email": "^1.0.3",
23
"guzzlehttp/guzzle": "^6.1 | ^7.0"
0 commit comments