Skip to content

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

Update phpunit/phpunit requirement from ^9.6.22 to ^13.1.11

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

Workflow file for this run

name: Rector + PHP CS Fixer
on:
pull_request_target:
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/rector-cs.yml'
- 'composer.json'
- 'rector.php'
- '.php-cs-fixer.dist.php'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector-cs.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}

Check failure on line 26 in .github/workflows/rector-cs.yml

View workflow run for this annotation

GitHub Actions / Rector + PHP CS Fixer

Invalid workflow file

The workflow is not valid. .github/workflows/rector-cs.yml (Line: 26, Col: 19): Invalid input, repository is not defined in the referenced workflow. .github/workflows/rector-cs.yml (Line: 24, Col: 14): Invalid secret, token is not defined in the referenced workflow.
php: '8.0'