-
-
Notifications
You must be signed in to change notification settings - Fork 22
Update all non-major dependencies #212
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
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Interestingly, this already started working /cc @internalsystemerror |
Ok, our CI actions are confused by the new dependency range 😁 |
@Ocramius Is it because the tag is released before the binary? So it thinks the version is non existent? We could mitigate that by using |
No, if you look at the CI matrix, it runs PHP 7.4 instead of a compatible PHP version 🤔 |
Yeah I was thinking maybe that was because the binary for 8.1.12 didn't yet exist in ondrej's ppa, it's getting confused? (I don't know why it would seemingly just ignore it otherwise.) |
No, this happens way before the CI action is started (the one with PHP installed). The failing action has no knowledge of available PHP versions, AFAIK 😁 |
Yeah it'll be in https://github.com/laminas/laminas-ci-matrix-action. We could really do with some unit testing over there, that could catch things like this. I'll take a look at that. |
3526c2d
to
0ef0a8d
Compare
| datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | ocramius/package-versions | 2.6.0 | 2.7.0 | | packagist | phpunit/phpunit | 9.5.26 | 9.5.26 | | packagist | roave/infection-static-analysis-plugin | 1.25.0 | 1.25.0 | | packagist | vimeo/psalm | 4.29.0 | 4.29.0 | Signed-off-by: Renovate Bot <[email protected]>
0ef0a8d
to
bcdc748
Compare
Errrrr ... 😕 How did this fix itself? 😨 |
🤷♀️ |
This PR contains the following updates:
^2.6.0
->^2.7.0
^9.5.23
->^9.5.26
^1.22.0
->^1.25.0
^4.26.0
->^4.29.0
Release Notes
Ocramius/PackageVersions
v2.7.0
Compare Source
Release Notes for 2.7.0
Feature release (minor)
2.7.0
dependencies
renovate
security
enhancement
laminas/laminas-ci-matrix-action
thanks to @OcramiusConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
Read more information about the use of Renovate Bot within Laminas.