We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69809d6 commit a043dcbCopy full SHA for a043dcb
1 file changed
.github/workflows/grumphp.yaml
@@ -42,5 +42,6 @@ jobs:
42
git config --global user.name "Your Name"
43
- name: Run the tests
44
run: php vendor/bin/grumphp run --no-interaction
45
+ continue-on-error: ${{ matrix.php-versions == '8.1' && matrix.composer-options == '--prefer-lowest' }}
46
env:
47
PHP_CS_FIXER_IGNORE_ENV: 1
0 commit comments