-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update composer.lock for updated libs #26476
Conversation
@PVince81, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975 to be a potential reviewer. |
That's exactly what i expected. I had the same strange errors in the tests when i updated the dependencies last time. Good to have a separate ticket for that now :)
I have no clue what is going on there! |
Doesn't happen for me locally with PHP 5.6.27. |
Sometimes Jenkins is sick... pushing a separate branch to verify: #26479 |
Same happened again, just like when i pushed a composer update. |
runtime: PHP 7.1.0RC1 let's try that locally... |
Ok, locally I also get this with 7.1.0RC1 (from phpenv):
Let's try again with 7.1.0RC4. |
No such weird issues with 7.1.0RC4. @DeepDiver1975 can we update Jenkins from 7.1.0RC1 to 7.1.0RC4 ? |
No such issues with 7.0.8 too. |
7.1RC4 is now available on jenkins ... |
aha - much better with 7.1RC4
|
Failed auch auf master |
Let's merge this PR then and address the issues in a separate one since they aren't related to composer.lock ? @DeepDiver1975 |
Raised #26488 to fix test failures for 7.1.0RC4 |
Fix for the failures on master is here: #26502 |
👍 |
bc64fe2
to
4e9f8a2
Compare
rebased |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
To fix the warning that composer.lock is not up to date.
This PR updates composer.lock through
make update-composer
.@DeepDiver1975 @PhilippSchaffrath please double check to be sure this update is correct.