Skip to content

Commit a043dcb

Browse files
committed
Fix actions
Signed-off-by: Jelle Deneweth <jelle.deneweth@gmail.com>
1 parent 69809d6 commit a043dcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/grumphp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ jobs:
4242
git config --global user.name "Your Name"
4343
- name: Run the tests
4444
run: php vendor/bin/grumphp run --no-interaction
45+
continue-on-error: ${{ matrix.php-versions == '8.1' && matrix.composer-options == '--prefer-lowest' }}
4546
env:
4647
PHP_CS_FIXER_IGNORE_ENV: 1

0 commit comments

Comments
 (0)