Lock file maintenance (cakephp-5.x) - #34
Conversation
d70419b to
e7d7003
Compare
|
@ravage84 Here we have a case where the CI check for the lowest possible dependencies fails. The question that arises here is: Is it worth the effort, and are we responsible for ensuring that even the lowest possible dependencies work, or can we ignore this? |
Once we start ignoring build errors, the whole setup becomes questionable. The error comes from Slevomat's PHP CS Standard: Apparently, even with PHP 8.4 with the lowest dependencies, some CS config properties which are referenced somewhere aren't available. With the lowest dependencies in the CI matrix, the lowest dependencies will be fetched through
That likely means our lower bound requirement for Likely, the CakePHP Codesniffer ruleset references these config properties mentioned above., at some point. E.g. Solution: Bump the requirement of FYI, @orca-services |
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.