Skip to content

Commit 9871e9f

Browse files
authored
Merge pull request #4 from eliashaeussler/feature/php-8.2
Add support for PHP 8.2
2 parents 43f6275 + d86ed43 commit 9871e9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
php-version:
1616
- "8.1"
17+
- "8.2"
1718
dependencies:
1819
- "highest"
1920
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "8.1.*",
20+
"php": "8.1.* | 8.2.*",
2121
"ext-json": "*",
2222
"ericmartel/codeception-email": "^1.0.3",
2323
"guzzlehttp/guzzle": "^6.1 | ^7.0"

0 commit comments

Comments
 (0)