-
-
Notifications
You must be signed in to change notification settings - Fork 171
Add Symfony 7 support #1892
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
Add Symfony 7 support #1892
Conversation
bb70b0a to
90fd0e7
Compare
| exclude: | ||
| - php-version: '8.1' | ||
| symfony-version: '7.*.*' | ||
| - dependencies: 'locked' |
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.
it seems like we could exclude symfony-version = 6 with locked dependecies either as it doesn't make sense as we locked with symfony 5.4 components so far.
|
Is this really required? As you mentioned there is issues with Paratest, PHPUnit10 and actually PHP 8.1 and Symfony7 is not even out yet. |
|
There is no issues with symfony7 and php 8.1. Symfony 7 supports php >= 8.2 :) We will have to do smth now or in the next month anyway. We just need try to update to PHPUnit 10 after this PR will be merged and after that we will be able to bring paratest back |
|
Do we want to finish #1805 first? (I am totally fine with doing without) |
|
@theofidry don't think #1805 blocks this one |
…6.11, revert brianium/paratest removal
0dd6ce4 to
b55b713
Compare
|
Thanks @maks-rafalko , @theofidry |
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [infection/infection](https://togithub.com/infection/infection) | `^0.27.6` -> `^0.27.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>infection/infection (infection/infection)</summary> ### [`v0.27.7`](https://togithub.com/infection/infection/releases/tag/0.27.7): PHP 8.3, Symfony 7 support [Compare Source](https://togithub.com/infection/infection/compare/0.27.6...0.27.7) **Changed:** - Add Symfony 7 support by [@​sidz](https://togithub.com/sidz) in [https://github.com/infection/infection/pull/1892](https://togithub.com/infection/infection/pull/1892) - Allow `fidry/cpu-core-counter` v1 by [@​Slamdunk](https://togithub.com/Slamdunk) in [https://github.com/infection/infection/pull/1893](https://togithub.com/infection/infection/pull/1893) - Micro optimization to reduce array_merge calls by [@​sidz](https://togithub.com/sidz) in [https://github.com/infection/infection/pull/1883](https://togithub.com/infection/infection/pull/1883) - Remove `symfony/console` < 4.4 hack as minimum supported version is 5.4 by [@​sidz](https://togithub.com/sidz) in [https://github.com/infection/infection/pull/1888](https://togithub.com/infection/infection/pull/1888) - Remove all deprecated Safe function usages by [@​sidz](https://togithub.com/sidz) in [https://github.com/infection/infection/pull/1889](https://togithub.com/infection/infection/pull/1889) - Update sanmai/pipeline to the latest version by [@​sanmai](https://togithub.com/sanmai) in [https://github.com/infection/infection/pull/1890](https://togithub.com/infection/infection/pull/1890) **Full Changelog**: infection/infection@0.27.6...0.27.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/clock). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR brings Symfony 7 support