Skip to content

Commit 0967b8d

Browse files
committed
Allow php 8.1 failures
1 parent e260c33 commit 0967b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
phpunit:
6060
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
6161
runs-on: ${{ matrix.operating-system }}
62+
continue-on-error: ${{ matrix.php-versions == '8.1' }}
6263
strategy:
6364
matrix:
6465
operating-system:

0 commit comments

Comments
 (0)