-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix PHP 7.1 related failures #19384
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
Fix PHP 7.1 related failures #19384
Conversation
Do we need to add 7.1 to the travis matrix then? |
e27cdc2
to
f8abf30
Compare
@@ -19,7 +19,7 @@ | |||
"php": ">=5.3.9" | |||
}, | |||
"require-dev": { | |||
"symfony/yaml": "~2.1", | |||
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7|~3.1.1|~3.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.
#18861 required on PHP 7.1
@@ -19,7 +19,7 @@ | |||
"php": ">=5.3.9" | |||
}, | |||
"require-dev": { | |||
"symfony/yaml": "~2.1", | |||
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7", |
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.
should be ~2.8.7|~3.0.7|~3.1.1|~3.2
when merging in 3.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.
3.0.9 and 3.1.3, right?
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.
3.0.7&3.1.1 here
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.
See #18861
Green, with php7.1 included in the test matrix |
👍 |
Thank you @nicolas-grekas. |
This PR was merged into the 2.7 branch. Discussion ---------- Fix PHP 7.1 related failures | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - PHP 7.1 triggers notices on previously silent implicit type changes. Commits ------- 07467ed Fix PHP 7.1 related failures
PHP 7.1 triggers notices on previously silent implicit type changes.