-
Notifications
You must be signed in to change notification settings - Fork 2.1k
CI dependencies are broken #38067
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This seems to be related to composer 2.0, which was released around 2020-10-24. I ran the owncloud-ci/php drone today, to pickup the latest patch releases of PHP 7.4 and 7.3 that came out a few days ago. I guess that has also picked up composer 2.0. Most things seem OK, but behat is not working with PHP 7.2 or 7.3. I installed composer 2.0 locally on Ubuntu 18.04 with:
And then I get the same dependency problems as are seen in CI. When I switch to PHP 7.4 then the dependencies work:
|
core, all ownCloud10 apps, |
See test PR #38065
https://drone.owncloud.com/owncloud/core/27424/1/4
The text was updated successfully, but these errors were encountered: