Skip to content

Require PHP 7.4 tests to pass #875

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

Merged
merged 2 commits into from
Sep 10, 2019
Merged

Require PHP 7.4 tests to pass #875

merged 2 commits into from
Sep 10, 2019

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 10, 2019

This updates PHPUnit to the latest version to ensure tests don't fail on PHP 7.4 (see sebastianbergmann/phpunit#3765). 7.4 build is now required to pass as we're in the RC stage.

This fixes errors due to the ReflectionType::__toString deprecation on PHP 7.4
@alcaeus alcaeus self-assigned this Sep 10, 2019
@alcaeus alcaeus requested a review from lcobucci September 10, 2019 09:47
@@ -741,27 +741,29 @@
},
{
"name": "doctrine/instantiator",
"version": "1.1.0",
Copy link
Member Author

@alcaeus alcaeus Sep 10, 2019

Choose a reason for hiding this comment

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

The entire diff is the result of composer update --with-dependencies phpunit/phpunit - I didn't want to update any other dependencies.

@alcaeus alcaeus added this to the 2.11.0 milestone Sep 10, 2019
Copy link
Member

@lcobucci lcobucci left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for taking care of it 👍

@alcaeus alcaeus merged commit 7779a3a into master Sep 10, 2019
@alcaeus alcaeus deleted the test-php-7.4 branch September 10, 2019 10:10
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.

2 participants