Update PHP-CS-Fixer

This commit is contained in:
Dylan K. Taylor
2025-05-04 17:18:58 +01:00
parent 6f3506360e
commit f2e7473629
5 changed files with 13 additions and 7 deletions

View File

@ -30,8 +30,8 @@ jobs:
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.33.0
with:
php-version: 8.2
tools: php-cs-fixer:3.49
php-version: 8.3
tools: php-cs-fixer:3.75
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}