We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41cfb8 commit da891a2Copy full SHA for da891a2
.github/workflows/CI.yaml
@@ -93,6 +93,8 @@ jobs:
93
strategy:
94
matrix:
95
include:
96
+ - php-version: '8.1'
97
+ dependencies: 'low'
98
- php-version: '8.2'
99
dependencies: 'low'
100
- php-version: '8.3'
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.1.0
4
+
5
+- Support for PHP 8.1.0 or higher
6
7
## 1.0.0
8
9
- First stable release
0 commit comments