Skip to content

[DX] Merge 9.1 set to PHPUnit 10, to keep it simple and major-only as all other sets #677

[DX] Merge 9.1 set to PHPUnit 10, to keep it simple and major-only as all other sets

[DX] Merge 9.1 set to PHPUnit 10, to keep it simple and major-only as all other sets #677

Workflow file for this run

name: Code Analysis
on:
pull_request: null
push:
branches:
- main
jobs:
code_analysis:
# see https://github.com/rectorphp/reusable-workflows
uses: rectorphp/reusable-workflows/.github/workflows/code_analysis.yaml@main
rector:
# run only on main repository, not on the forks without access
if: github.repository == 'rectorphp/rector-phpunit'
# see https://github.com/rectorphp/reusable-workflows
uses: rectorphp/reusable-workflows/.github/workflows/rector.yaml@main