We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42fb54 commit ab56d84Copy full SHA for ab56d84
1 file changed
.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
52
run: composer install --dev --no-interaction
53
continue-on-error: ${{ matrix.experimental }}
54
- name: Execute code style check via php-cs-fixer
55
+ if: ${{ matrix.php-versions == '8.1' }}
56
run: tools/php-cs-fixer fix --dry-run
- continue-on-error: ${{ matrix.experimental }}
57
- name: Execute tests with coverage
58
if: ${{ !matrix.experimental }}
59
run: |
0 commit comments