Skip to content

Commit 5e20a09

Browse files
committed
adjust CI for PHP 8.2
1 parent bdf4011 commit 5e20a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['5.6', '7.4', '8.0']
17+
php-version: ['5.6', '7.4', '8.0', '8.1', '8.2']
1818
prefer-lowest: ['']
1919
include:
2020
- php-version: '5.6'

0 commit comments

Comments
 (0)