-
Notifications
You must be signed in to change notification settings - Fork 3
psr/cache
compatibility
#101
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
Works locally with psr/cache 2.0
|
Issue did not come from
Already identified and referenced at php-memcached-dev/php-memcached#484 |
When we try to create Doctrine ORM schema, the tool used the cache strategy as defined at https://github.com/doctrine/orm/blob/2.10.x/lib/Doctrine/ORM/Tools/Setup.php#L165-L191
|
APP_ENV = dev for CI solved definitivly this issue. See commit 0a4d10c and CI run https://github.com/llaville/php-compatinfo-db/actions/runs/1598244489 |
Bug report
PHP 8.1 platform GA run (i.e: https://github.com/llaville/php-compatinfo-db/runs/4568927123?check_suite_focus=true) did not work with
psr/cache
2.0.0 installedOS
Host operating system and version: GitHub Actions Workflow
Dependencies
Other information
Read the
psr/cache
CHANGELOG v2.0And source code : https://github.com/php-fig/cache/blob/2.0.0/src/CacheItemInterface.php#L89
The text was updated successfully, but these errors were encountered: