Skip to content

Update phpunit/phpunit requirement from ^9.6.22 to ^13.1.11 #51

Update phpunit/phpunit requirement from ^9.6.22 to ^13.1.11

Update phpunit/phpunit requirement from ^9.6.22 to ^13.1.11 #51

Workflow file for this run

on:
pull_request_target:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: rector
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
os: >-
['ubuntu-latest']
php: >-
['8.0']