-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Upgrade Infection #472
Upgrade Infection #472
Conversation
PHPUnit 9.3 is compatible with PHP 8
phar.readonly is checked before restarting
From the logs I see that PHPUnit 9 is not used (PHPUnit 8 is still used). |
I change the goal of this PR because I think it's too early to upgrade PHPUnit mainly because Infection is incompatible with PHPUnit 9.3 for now. |
👌 |
"mikey179/vfsstream": "^1.6", | ||
"phpunit/phpunit": "^8.1", | ||
"symfony/phpunit-bridge": "^4.2 || ^5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity why removing the bridge? I think its deprecation helper is quite helpful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the library was not used at all. I didn't think about the deprecation helper.
I can make another PR to put it back if you wish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be nice 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done #475
box compile
when api.github.com returns a 301 code