Skip to content

Setup mutation testing#243

Merged
ondrejmirtes merged 5 commits intophpstan:2.0.xfrom
staabm:mutate
Oct 26, 2025
Merged

Setup mutation testing#243
ondrejmirtes merged 5 commits intophpstan:2.0.xfrom
staabm:mutate

Conversation

@staabm
Copy link
Copy Markdown
Contributor

@staabm staabm commented Oct 26, 2025

@staabm staabm marked this pull request as ready for review October 26, 2025 17:49
- name: "Checkout"
uses: actions/checkout@v5

- name: "Install PHP"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the composite action, same way it's used here (the commit first moves "Checkout build-infection" right after "Checkout", then we can use a local path to the composite action): phpstan/phpstan-doctrine#704

with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
tools: pecl, infection:0.31.7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why pecl? It's not used anywhere else.

@ondrejmirtes ondrejmirtes merged commit 53e33fc into phpstan:2.0.x Oct 26, 2025
70 checks passed
@ondrejmirtes
Copy link
Copy Markdown
Member

Thank you!

@ondrejmirtes
Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants