Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-10-29 19:04:01 +01:00
4 changed files with 11 additions and 3 deletions

View File

@ -253,10 +253,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.15.0
with:
php-version: 8.0
tools: php-cs-fixer
tools: php-cs-fixer:3.2
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff