Skip to content

Commit da891a2

Browse files
committed
Support for PHP 8.1.0 or higher
1 parent c41cfb8 commit da891a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/CI.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
strategy:
9494
matrix:
9595
include:
96+
- php-version: '8.1'
97+
dependencies: 'low'
9698
- php-version: '8.2'
9799
dependencies: 'low'
98100
- php-version: '8.3'

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.0
4+
5+
- Support for PHP 8.1.0 or higher
6+
37
## 1.0.0
48

59
- First stable release

0 commit comments

Comments
 (0)