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 2e98985 commit 2b91906Copy full SHA for 2b91906
.github/workflows/unit-tests.yml
@@ -70,7 +70,7 @@ jobs:
70
71
name: PHP ${{ matrix.php }} on PHPCS ${{ matrix.dependencies }}
72
73
- continue-on-error: ${{ matrix.php == '8.5' }}
+ continue-on-error: ${{ matrix.php == '8.5' || matrix.dependencies == 'phpcs-4-dev' }}
74
75
steps:
76
- name: Checkout repository
0 commit comments