Skip to content

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.21 in the composer-dev-dependencies group #14

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.21 in the composer-dev-dependencies group

Update friendsofphp/php-cs-fixer requirement from ^3.95.20 to ^3.95.21 in the composer-dev-dependencies group #14

Workflow file for this run

name: rector-cs
on:
pull_request:
paths:
- 'src/**'
- 'tests/**'
- 'config/**'
- 'autoload.php'
- 'configuration.php'
- 'yii'
- 'rector.php'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- '.github/workflows/rector-cs.yml'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector-cs:
permissions:
contents: write # Required to commit formatting fixes back to the PR
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
with:
php: '8.1'