-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PhpUnitBridge] bump "php" to 7.1+ and "phpunit" to 7.5+ #39419
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
Conversation
f5a85d4
to
d08f524
Compare
d08f524
to
fe24f73
Compare
I'd really love to do that, but the bridge is also used by projects outside of the Symfony org. Those projects would be locked in on 5.2 then. |
Yes, but we never promised anything past our LTS versions. Having the bridge out of sync is a pain. We need to make our lives simpler from time to time, this is now :) |
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.
🍾
Thank you @nicolas-grekas. |
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [PhpUnitBridge] Restore SetUpTearDownTraitForV5 | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The class `SetUpTearDownTraitForV5` removed in #39419 is still needed when using PHPUNIT 7.5 (PHP 7.1) that does not have return type: https://github.com/sebastianbergmann/phpunit/blob/520723129e2b3fc1dc4c0953e43c9d40e1ecb352/src/Framework/TestCase.php#L407 Commits ------- e2198a8 [PhpUnitBridge] Restore SetUpTearDownTraitForV5
This PR was merged into the 1.21-dev branch. Discussion ---------- Bump to phpunit-bridge ^5.3 See symfony/symfony#39419 Commits ------- 8e4ffb6 Bump to phpunit-bridge ^5.3
Now that we don't maintain any branch with PHP < 7.1, we can drop support for older PHP and phpunit versions from the bridge \o/