Skip to content

Commit e776949

Browse files
authored
Merge pull request #133 from jolicode/php81
Add support for PHP 8.1
2 parents f9a47c8 + e5d136e commit e776949

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
php-version: [ '7.4', '8.0' ]
47+
php-version: [ '7.4', '8.0', '8.1' ]
4848
composer-flags: [ '' ]
4949
name: [ '' ]
5050
include:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 4.4.0 (not released yet)
44

55
* Drop support for PHP <7.4
6+
* Add support for PHP 8.1
67

78
## 4.3.0 (2021-05-31)
89

0 commit comments

Comments
 (0)