-
Notifications
You must be signed in to change notification settings - Fork 40
Allow PHPUnit 12 #67
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
Allow PHPUnit 12 #67
Conversation
… to unlock PHPUnit 12 See Jan0707/phpstan-prophecy#364 and phpspec/prophecy-phpunit#67
the CI has not installed PHPUnit 12. Maybe there is another conflict somewhere |
Would think in prophecy sebastian package requirements: https://github.com/phpspec/prophecy/blob/a0165c648cab6a80311c74ffc708a07bb53ecc93/composer.json#L23-L25 |
But that in turn has another conflict, which stops even PHPUnit 11 along the Prophecy chain: phpspec/phpspec#1483 If we can merget that, we can progress toward PHPUnit 12 too. |
… to unlock PHPUnit 12 See Jan0707/phpstan-prophecy#364 and phpspec/prophecy-phpunit#67
looks like this can be updated as https://github.com/phpspec/phpspec/releases/tag/7.6.0 was released? |
Yes, also with phpspec/prophecy#643 I've tested that Prophecy runs smoothly with PHPUnit 11-12. I'll try to rebase/force push to trigger another CI run. |
PHPUnit 12 successfully run under PHP 8.4 CI job: https://github.com/phpspec/prophecy-phpunit/actions/runs/14972640819/job/42056966767?pr=67#step:6:9 @stof can we merge & release here? |
This is a tentative PR to see if we can just widen the constraint or if we need more work.