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

View File

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