Skip to content

Commit ab56d84

Browse files
authored
Modify CI workflow for PHP code style checks
Run PHP-CS Fixer only for lowest supported PHP Version as recommended by php-cs-fixer
1 parent f42fb54 commit ab56d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
run: composer install --dev --no-interaction
5353
continue-on-error: ${{ matrix.experimental }}
5454
- name: Execute code style check via php-cs-fixer
55+
if: ${{ matrix.php-versions == '8.1' }}
5556
run: tools/php-cs-fixer fix --dry-run
56-
continue-on-error: ${{ matrix.experimental }}
5757
- name: Execute tests with coverage
5858
if: ${{ !matrix.experimental }}
5959
run: |

0 commit comments

Comments
 (0)