We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a47c8 + e5d136e commit e776949Copy full SHA for e776949
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
fail-fast: false
46
matrix:
47
- php-version: [ '7.4', '8.0' ]
+ php-version: [ '7.4', '8.0', '8.1' ]
48
composer-flags: [ '' ]
49
name: [ '' ]
50
include:
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 4.4.0 (not released yet)
4
5
* Drop support for PHP <7.4
6
+* Add support for PHP 8.1
7
8
## 4.3.0 (2021-05-31)
9
0 commit comments