-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add apcu enabled check if apcu extension loaded (#10310) #10311
Conversation
Can you take a look at the CI failures? |
8be4b72
to
f5eb869
Compare
f5eb869
to
1a479ee
Compare
I have no idea why is CI fails... apcu enabled in setup, but looks like apcu_enabled() return false. |
It makes little sense to enable APCu in the CLI. Because of that, there is another setting if you want to do it anyway. I think you should set that setting in the failing tests, because it does not make much sense to use |
Co-authored-by: Grégoire Paris <[email protected]>
Sorry, but how to enable apcu-cli in failing tests? Should it done in ci-configs, or in test annotation? |
That setting is Anyway, I think I would use https://github.com/shivammathur/setup-php#ini-values-optional in this file: https://github.com/doctrine/orm/blob/2.13.x/.github/workflows/continuous-integration.yml |
1bd6516
to
55241c0
Compare
* 2.14.x: Drop forceful loading of annotations (doctrine#10321) Document stdClass structures used by CommitOrderCalculator (doctrine#10315) Psalm 5.3.0 (doctrine#10317) PHPStan 1.9.4 (doctrine#10318) add apcu enabled check if apcu extension loaded (doctrine#10310) (doctrine#10311) Add TypedFieldMapper for automatic mapping of typed PHP fields to DBAL types (doctrine#10313)
* 2.14.x: Drop forceful loading of annotations (doctrine#10321) Document stdClass structures used by CommitOrderCalculator (doctrine#10315) Psalm 5.3.0 (doctrine#10317) PHPStan 1.9.4 (doctrine#10318) add apcu enabled check if apcu extension loaded (doctrine#10310) (doctrine#10311) Add TypedFieldMapper for automatic mapping of typed PHP fields to DBAL types (doctrine#10313)
No description provided.