Skip to content

Commit 8ba5949

Browse files
committed
chore: add support for PHP 8.1
Signed-off-by: azjezz <[email protected]>
1 parent 0291081 commit 8ba5949

File tree

3 files changed

+340
-250
lines changed

3 files changed

+340
-250
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "locked"
1919
php-version:
2020
- "8.0"
21+
- "8.1"
2122
operating-system:
2223
- "ubuntu-latest"
2324

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "8.0.*"
19+
"php": "8.0.* || 8.1.*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)