Skip to content

Commit 0c8f9b5

Browse files
authored
Support php8.1 (#10)
* Support php8.1 * Update .scrutinizer.yml
1 parent 477ef99 commit 0c8f9b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ build:
3030
environment:
3131
php:
3232
version: 8.0
33+
php81:
34+
environment:
35+
php:
36+
version: 8.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"description" : "Codeception module for PhireMock. Allows to stub remote services for HTTP requests.",
3434
"license" : "GPL-3.0-or-later",
3535
"require" : {
36-
"php" : "^7.2|^8.0",
36+
"php" : "^7.2|^8.0|^8.1",
3737
"mcustiel/phiremock-client": "^1.0",
3838
"codeception/codeception" : ">=2.2 <5.0",
3939
"codeception/lib-asserts": "^1.1"

0 commit comments

Comments
 (0)