Skip to content

Commit f5da6f0

Browse files
committed
Add support for PHP 8.1
1 parent c5c1496 commit f5da6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on: [push]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
continue-on-error: true
89
strategy:
910
fail-fast: true
1011
matrix:
11-
php: [7.3, 7.4, 8.0]
12+
php: [7.3, 7.4, 8.0, 8.1]
1213
stability: [prefer-lowest, prefer-stable]
1314

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

0 commit comments

Comments
 (0)