Skip to content

Commit 0d3d92a

Browse files
committed
added tests for PHP 8.1
1 parent 151833a commit 0d3d92a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.2', '7.3', '7.4', '8.0']
15+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
1616
db-type: [sqlite, mysql, pgsql]
1717
prefer-lowest: ['']
1818
exclude:
@@ -39,6 +39,9 @@ jobs:
3939
- php-version: '8.0'
4040
db-type: 'mysql'
4141
prefer-lowest: 'prefer-lowest'
42+
- php-version: '8.1'
43+
db-type: 'mysql'
44+
prefer-lowest: 'prefer-lowest'
4245

4346
steps:
4447
- name: Setup Database

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 2.x branch
22
## 2.10 branch
3+
### 2.10.2
4+
* added tests for PHP 8.1.
5+
36
### 2.10.1
47
* stable version;
58
* updated for `php-tools` 1.5.8.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.1
1+
2.10.2

0 commit comments

Comments
 (0)