Skip to content

Commit d03c1ef

Browse files
committed
Add support for PHP 8.1
1 parent 2f8cd51 commit d03c1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [7.3, 7.4, 8.0]
11+
php: [7.3, 7.4, 8.0, 8.1]
1212
stability: [prefer-lowest, prefer-stable]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)