-
Notifications
You must be signed in to change notification settings - Fork 3
Add compatibility with PHP 8.1 #58
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
Comments
At first, we have a PHPUNIT error, so we have update phpunit version to a more 8.1 compatible version : it seems that Once this done, there is an issue with It seems that the initial issue is due to memcached itself : php-memcached-dev/php-memcached#496 and that we have to wait for a new release. (the last release was done in 2019) See also cakephp/cakephp#15534 |
Here is the error thrown by github action unit tests : https://github.com/julienloizelet/php-cs-bouncer/runs/4555869742?check_suite_focus=true For some reason, this error is thrown when using tests github actions and ddev local unit test but not when using the local script |
For information, we are waiting for a 8.1 compatible release of php-memcached : php-memcached-dev/php-memcached#495 |
At this moment, the last release memcached (3.1.5) is not compatible with php 8.1 and there is no schedule for a new release. Considering this, we will just exclude any Memcached test during Unit test using something like :
|
Closed : #59 |
No description provided.
The text was updated successfully, but these errors were encountered: