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

Fixes #140: Update test suites #142

Merged
merged 4 commits into from Oct 12, 2020
Merged

Fixes #140: Update test suites #142

merged 4 commits into from Oct 12, 2020

Conversation

akunzai
Copy link

@akunzai akunzai commented Oct 12, 2020

Fixes #140

  • Removed PHP 5.5 & Added PHP 7.4
  • Update php-redis to 5.3.0
  • Update redis-server to 6.0.8
  • Fixes AUTH may not cleanup last error
  • Fixes AUTH error message changed since Redis v6

- Removed PHP 5.5 & Added PHP 7.4
- PHP Redis Extension 4.3.0 is the latest version to support PHP 5
- Update Redis to 6.0.8 and enable TLS support for PHP 7
- Update php-redis to 5.3.0
- Update redis-server to 6.0.8
- Use [assertIsArray](sebastianbergmann/phpunit#3368) method since PHPUnit v7.5
- Fixes AUTH error message changed since Redis v6
- `getMock()` is deprecated since PHPUnit v5.4
- PHP Redis extension support TLS since [5.3.0](https://pecl.php.net/package/redis/5.3.0)
- Fixes AUTH may not cleanup last error
@akunzai akunzai changed the title Update test suites Fixes #140: Update test suites Oct 12, 2020
@colinmollenhour colinmollenhour merged commit e217dc3 into colinmollenhour:master Oct 12, 2020
@colinmollenhour
Copy link
Owner

Awesome, thanks for the PR!

@akunzai akunzai deleted the update-test-suites branch October 13, 2020 01:21
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.

PHP Redis extension support TLS connections since 5.3.0
2 participants