-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Remove require php version in tests #61189
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
[Serializer] Remove require php version in tests #61189
Conversation
/** | ||
* @requires PHP 8.2 | ||
*/ |
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.
Could we target the 7.4
branch for this change? Since the PHP minor version used in the 7.4
branch is 8.2
, it would make sense to include it there.
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.
Maybe 7.2
branch 🤔
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.
Let's go with 7.4
/** | ||
* @requires PHP 8.4 | ||
*/ |
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.
Great! In that case, I think it's necessary to restore this comment and delete it only for the 8.0 version 🙂
Thank you @alamirault. |
PHP has been bump to
>=8.4
on branch 8.0 so we can remove these annotations