Skip to content

Add php 7.4 to test matrix #991

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 8 commits into from
Jul 30, 2020
Merged

Add php 7.4 to test matrix #991

merged 8 commits into from
Jul 30, 2020

Conversation

snapshotpl
Copy link
Contributor

No description provided.

@Steveb-p
Copy link
Contributor

Isn't PHP 7.4 now officially out? snapshot prefix should soon not be required, if it isn't already in Travis.

@stale
Copy link

stale bot commented Jan 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 2, 2020
@ruudk
Copy link
Contributor

ruudk commented Jan 2, 2020

Unstale

@stale stale bot removed the wontfix label Jan 2, 2020
@stale
Copy link

stale bot commented Feb 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 1, 2020
@ruudk
Copy link
Contributor

ruudk commented Feb 4, 2020

Unstale 🤦‍♂

@stale stale bot removed the wontfix label Feb 4, 2020
@Steveb-p Steveb-p changed the title Add support for php 7.4 Add php 7.4 to test matrix Feb 4, 2020
@Steveb-p Steveb-p added the pinned label Feb 4, 2020
@Steveb-p
Copy link
Contributor

Steveb-p commented Feb 4, 2020

I've re-run the tests.

Apparently some tests are failing on PHP 7.4 specifically:

There were 2 errors:
1) Enqueue\Pheanstalk\Tests\PheanstalkConsumerTest::testShouldReceiveFromQueueAndReturnMessageIfMessageInQueue
Trying to access array offset on value of type null
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/PheanstalkConsumer.php:114
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/PheanstalkConsumer.php:53
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/Tests/PheanstalkConsumerTest.php:71
2) Enqueue\Pheanstalk\Tests\PheanstalkConsumerTest::testShouldReceiveNoWaitFromQueueAndReturnMessageIfMessageInQueue
Trying to access array offset on value of type null
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/PheanstalkConsumer.php:114
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/PheanstalkConsumer.php:66
/home/travis/build/php-enqueue/enqueue-dev/pkg/pheanstalk/Tests/PheanstalkConsumerTest.php:113

We'll have to fix them before merging.

@snapshotpl
Copy link
Contributor Author

@Steveb-p all test green!

@Steveb-p Steveb-p requested a review from makasim July 30, 2020 12:55
@makasim
Copy link
Member

makasim commented Jul 30, 2020

It contains some unrelated changes.

I am gonna merge this for now but please open separate PRs in future.

@makasim makasim merged commit 893b1df into php-enqueue:master Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants