Skip to content

Commit 1042f58

Browse files
committed
Restore support for PHP 8.1
1 parent 19d978b commit 1042f58

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
php:
27+
- "8.1"
2728
- "8.2"
2829
- "8.3"
2930

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Restored support for PHP 8.1
6+
57
## [1.3.0] - 2023-11-25
68

79
* Added support for PHP 8.3, dropped support for PHP 8.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0",
14+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1515
"ext-json": "*"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)