-
Notifications
You must be signed in to change notification settings - Fork 440
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
Conversation
Isn't PHP 7.4 now officially out? |
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. |
Unstale |
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. |
Unstale 🤦♂ |
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. |
@Steveb-p all test green! |
It contains some unrelated changes. I am gonna merge this for now but please open separate PRs in future. |
No description provided.