-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Prepare for Renovate with reusable workflows #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires rolling back to a much smaller composer.lock
change (just hash change)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but tests fail on silly thresholds due to integration scenarios running on the (very busy) workers
We should probably adjust this a bit to match (and replace)
We need services to be running in general, for this to work 🤔 |
the |
@ghostwriter I'm working on the conflict; need to resolve issues with the coding standard first (PR incoming...). I'll take it from here. |
Target branch was wrong here 🤔 |
- Omitting declare(strict_types=1) - Ignoring non-strict match when testing PHP flags Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
"New" errors introduced as all code was touched. This primarily masks a lot of type mismatch, coercion, and invalid argument warnings in tests, and a few mixed assignment warnings in source code. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Needed to import several classes and functions Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
…tions Since reusable workflows do not support services, we cannot re-use workflows here. Instead of the old matrix type we had here, switching to the new one. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
With memcached extension installed, there were errors flagged; updated code, and then fixed baseline. Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Remove (now) unnecessary import Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
- bump enlightn/security-checker minimum version to 1.10 - Conflict with symfony/process, symfony/finder < 5.3.7 Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
markdownlint failures unrelated, caused by current ongoing Russian invasion of Ukraine. This patch is ready to go, thanks @ghostwriter @weierophinney! |
Gonna release this one: lots of changes/improvements in |
Description
Adding Renovate to Laminas, Mezzio repositories. https://gist.github.com/weierophinney/49ca8ae2b916d898dd3d4162b26ff41b
Continuous Integration
workflowAutomatic Releases
workflow