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

Support PHP 7.3. #30

Closed
wants to merge 1 commit into from
Closed

Conversation

bertptrs
Copy link

This commit allows PHP 7.3 as a valid PHP version for this package and enables it for testing in Travis. I've run the tests locally and everything still seems to work.

@bertptrs
Copy link
Author

Travis PHP7.3 install does not have a working xdebug, but my distro (arch) does. I can succesfully run the travis script locally.

@Ocramius
Copy link
Member

That will need to change before this patch is merged then. Do you have a Travis-CI issue to cross-reference, please?

@Ocramius Ocramius added this to the 2.2.0 milestone Dec 11, 2018
@bertptrs
Copy link
Author

I haven't found one, however the xdebug release that supports PHP 7.3 is only in beta. I wouldn't be surprised if they add it when there is an actual release.

@bertptrs
Copy link
Author

A possible temporary workaround would be to add php 7.3 to the allowed failures in travis. Looking at the test logs, you can see that the phpunit tests succeed, but that infection fails to start. That gives at least some confidence that it works.

@jyggen
Copy link

jyggen commented Jan 9, 2019

Seems like Travis have added Xdebug to PHP 7.3 now.

@mimmi20 mimmi20 mentioned this pull request Jan 22, 2019
@asgrim
Copy link
Member

asgrim commented Jan 24, 2019

Superceded by #31 - thanks anyway folks 🤘

@asgrim asgrim closed this Jan 24, 2019
@asgrim asgrim self-assigned this Jan 24, 2019
@asgrim asgrim removed this from the 2.2.0 milestone Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants