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

test with php 7.4 #472

Merged
merged 3 commits into from
Feb 5, 2020
Merged

test with php 7.4 #472

merged 3 commits into from
Feb 5, 2020

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Nov 28, 2019

  • Restart when php 7.4 is available on travis-ci

@dbu dbu force-pushed the php-7.4 branch 6 times, most recently from 26175c8 to 7111817 Compare January 22, 2020 07:50
@Toflar
Copy link
Contributor

Toflar commented Jan 22, 2020

Any reason you're not using the Symfony PHPUnit bridge which already does all the compatibility stuff for you? 🙈

@dbu
Copy link
Contributor Author

dbu commented Jan 22, 2020

what compatibility does it do? does it backport functionality like the assertStringContainsString? is just having the bridge available enough, or will i need to do something specific?

i should probably use it anyways, because some things in src/ are about phpunit < 7 while others are exclusively for 7 and not 8. and right now we only test 5.7 and 8. providing phpunit integration for others makes me want to also run a test with phpunit 6 and 7.

@Toflar
Copy link
Contributor

Toflar commented Jan 22, 2020

Yeah exactly. My gut feeling tells me that it might help you big time in this PR but needs to be verified. Just chipping in an idea here :)

@dbu dbu merged commit 1658d8a into master Feb 5, 2020
@dbu dbu deleted the php-7.4 branch February 5, 2020 09:21
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

3 participants