diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557a7733..fba95dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,8 @@ jobs: run: composer install --dev --no-interaction continue-on-error: ${{ matrix.experimental }} - name: Execute code style check via php-cs-fixer + if: ${{ matrix.php-versions == '8.1' }} run: tools/php-cs-fixer fix --dry-run - continue-on-error: ${{ matrix.experimental }} - name: Execute tests with coverage if: ${{ !matrix.experimental }} run: |