Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

PHP 7.4 compatibility fix (resolves #202) #203

Merged
merged 3 commits into from
Dec 4, 2019
Merged

PHP 7.4 compatibility fix (resolves #202) #203

merged 3 commits into from
Dec 4, 2019

Conversation

michalbundyra
Copy link
Member

Updated Travis CI configuration to include PHP 7.4 tests with latest deps

Fixes #202

  • Are you fixing a bug?
    • Detail how the bug is invoked currently.
    • Detail the original, incorrect behavior.
    • Detail the new, expected behavior.
    • Base your feature on the master branch, and submit against that branch.
    • Add a regression test that demonstrates the bug, and proves the fix.
    • Add a CHANGELOG.md entry for the fix.

Updated Travis CI configuration to include PHP 7.4 tests with latest deps
@michalbundyra michalbundyra added this to the 2.11.4 milestone Dec 3, 2019
@michalbundyra michalbundyra changed the title Adds test to demonstrate issue #202 PHP 7.4 compatibility fix (resolves #202) Dec 3, 2019
We are using PHPUnit 7 which is not fully compatible with PHP 7.4,
and with latest dependencies Prophecy 1.9 is installed which is compatible
with PHP 7.4.
Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

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

🚢

@michalbundyra michalbundyra merged commit e736480 into zendframework:master Dec 4, 2019
michalbundyra added a commit that referenced this pull request Dec 4, 2019
michalbundyra added a commit that referenced this pull request Dec 4, 2019
michalbundyra added a commit that referenced this pull request Dec 4, 2019
michalbundyra added a commit that referenced this pull request Dec 4, 2019
@michalbundyra michalbundyra deleted the hotfix/php-7.4-compatibility branch December 4, 2019 08:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 7.4: passing ArrayObject to $view->partial() no longer works
2 participants