Skip to content

Remove this when PHP CS Fixer will support PHP 8.4 #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
github-actions bot opened this issue May 13, 2025 · 0 comments
Open

Remove this when PHP CS Fixer will support PHP 8.4 #120

github-actions bot opened this issue May 13, 2025 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

# FIXME: Remove this when PHP CS Fixer will support PHP 8.4

      - name: 👕 Lint
        if: matrix.stable
        run: composer php-cs-fixer -- --format=checkstyle | tools/vendor/bin/cs2pr
        env:
          # FIXME: Remove this when PHP CS Fixer will support PHP 8.4
          PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-versions == '8.4' && '1' || '' }}

      - name: 🔬 Rector
        id: rector
@github-actions github-actions bot added the bug label May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants