Skip to content
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

Check PHP_OS_FAMILY for Windows in Tests #1039

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

chrisguitarguy
Copy link
Contributor

Q A
Type bug
BC Break no
Fixed issues #1037

Summary

Instead of checking PHP_OS for Win. The old version was matching
Darwin on OSX and causing a false negative.

@goetas goetas requested a review from greg0ire July 13, 2020 15:23
Copy link
Member

@SenseException SenseException left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to target the 3.0.x branch for this. It is the earliest branch that has PHP 7.2 as minimum requirement.

@greg0ire greg0ire changed the base branch from master to 3.0.x July 22, 2020 17:47
Instead of checking `PHP_OS` for `Win`. The old version was matching
`Darwin` on OSX and causing a false negative.

Fixes doctrine#1037
@greg0ire greg0ire force-pushed the issue-1037 branch 2 times, most recently from da4ce93 to 419acbd Compare July 22, 2020 17:48
@greg0ire greg0ire merged commit a04b141 into doctrine:3.0.x Jul 22, 2020
@greg0ire
Copy link
Member

Thanks @chrisguitarguy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants