Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ext-redis": "*",
"utopia-php/validators": "0.2.*",
"utopia-php/console": "0.1.*",
"utopia-php/cache": "1.*",
"utopia-php/cache": "1.* || 2.*",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Cache 2.x not exercised by CI

composer.lock still pins utopia-php/cache to 1.0.1, so the Docker image built in tests.yml only ever installs 1.x. The test-plan checkbox ("CI passes against both cache 1.x and 2.x") is unchecked and the workflow has no version matrix for cache. A 2.x-specific job (e.g. a step that runs composer update utopia-php/cache:"2.*" --no-interaction before the test suite) would confirm that nothing in the Cache interface changed in a way that breaks this library at runtime.

"utopia-php/pools": "1.*",
"utopia-php/mongo": "1.*"
},
Expand Down
Loading