Skip to content

Commit

Permalink
Restore support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 30, 2023
1 parent 19d978b commit 1042f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
strategy:
matrix:
php:
- "8.1"
- "8.2"
- "8.3"

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Restored support for PHP 8.1

## [1.3.0] - 2023-11-25

* Added support for PHP 8.3, dropped support for PHP 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 1042f58

Please sign in to comment.