We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e260c33 commit 0967b8dCopy full SHA for 0967b8d
.github/workflows/push.yml
@@ -59,6 +59,7 @@ jobs:
59
phpunit:
60
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
61
runs-on: ${{ matrix.operating-system }}
62
+ continue-on-error: ${{ matrix.php-versions == '8.1' }}
63
strategy:
64
matrix:
65
operating-system:
0 commit comments