Wrong mongodb version install out of nowhere #960
Unanswered
Rockylars
asked this question in
Q&A / Help
Replies: 1 comment 2 replies
-
I at least found a workaround, I could not get any info out of it with debug logging, but giving it an extra minute somehow solves the install process. Still unsure why it is suddenly installing the wrong Mongo version. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday i was working on some code and it worked fine as it always has, i'm still using Ubuntu 22.04 and pecl Mongo 1.17.0
Today i make a commit that changes nothing on composer but does add some extra flags to my PHPUnit steps, but suddenly it's trying to install pecl Mongo 2.1.0. I've locked it to the version now but it makes it take a whole extra minute.
If you remove the version from the mongo install, it runs fine but installs the wrong version, without it it will take an extra minute to install it but will eventually install it.
I do use a mongo service as well, but that one hasn't changed.
Does anyone have any idea? I haven't changed anything, i was always using setup-php 2.31.1, upping it to 2.34.0 also changed no behaviour.
Beta Was this translation helpful? Give feedback.
All reactions