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

[5.x] Support PHP 8 #917

Merged
merged 1 commit into from
Oct 30, 2020
Merged

[5.x] Support PHP 8 #917

merged 1 commit into from
Oct 30, 2020

Conversation

mmachatschek
Copy link
Contributor

This PR adds support for PHP 8.

However, while testing I noticed that running the tests with PHP 8 and the predis/predis package, the tests fail whereas running the tests with the redis extension ext-redis are successful.

The failing tests are

  • Laravel\Horizon\Tests\Feature\SupervisorTest::test_processes_can_be_paused_and_continued
  • Laravel\Horizon\Tests\Feature\SupervisorTest::test_supervisor_can_start_worker_process_with_given_options

use redis module
@driesvints driesvints changed the title Support PHP 8 5.x] Support PHP 8 Oct 30, 2020
@driesvints driesvints changed the title 5.x] Support PHP 8 [5.x] Support PHP 8 Oct 30, 2020
@driesvints
Copy link
Member

Perfect, thanks!

@driesvints driesvints merged commit 195430d into laravel:5.x Oct 30, 2020
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.

2 participants