Skip to content

Merge release 1.11.4 into 1.12.x #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 11, 2021

Conversation

github-actions[bot]
Copy link

Release Notes for 1.11.4

1.11.x bugfix release (patch)

1.11.4

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

…led with PHP

This removes the need for installing `pcov` or `xdebug` in environments that need to
run mutation tests: `phpdbg` being pre-installed means that any bugs with it will
also be reported to the PHP project, instead of dragging in bugs from third-party
extensions.

This also fixes builds for projects that did not declare `ext-pcov` or `ext-xdebug`
as dependencies in `require-dev`: no need to have those, when running this task.
…-default

Run `infection` via `phpdbg` by default, since `phpdbg` is pre-installed with PHP
@Ocramius Ocramius self-assigned this Oct 11, 2021
@Ocramius Ocramius added the Bug Something isn't working label Oct 11, 2021
@Ocramius Ocramius added this to the 1.12.0 milestone Oct 11, 2021
@Ocramius Ocramius merged commit 71aa5be into 1.12.x Oct 11, 2021
@Ocramius Ocramius deleted the 1.11.x-merge-up-into-1.12.x_iq97CSEN branch October 11, 2021 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant