Use newer php-cs-fixer on Actions

This commit is contained in:
Dylan K. Taylor 2024-02-07 12:51:27 +00:00
parent fe06bfcda0
commit 826cbea0bc
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -31,7 +31,7 @@ jobs:
uses: shivammathur/setup-php@2.29.0 uses: shivammathur/setup-php@2.29.0
with: with:
php-version: 8.2 php-version: 8.2
tools: php-cs-fixer:3.38 tools: php-cs-fixer:3.49
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}