CI: use php-cs-fixer 3.16

This commit is contained in:
Dylan K. Taylor 2023-04-26 16:05:06 +01:00
parent 3b09c3a48a
commit b162d688a3
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -206,7 +206,7 @@ jobs:
uses: shivammathur/setup-php@2.24.0 uses: shivammathur/setup-php@2.24.0
with: with:
php-version: 8.0 php-version: 8.0
tools: php-cs-fixer:3.11 tools: php-cs-fixer:3.16
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}