-
Notifications
You must be signed in to change notification settings - Fork 9
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
phpunit and phpcs missing from jobs now #63
Comments
I'm attempting to add drupal/core-dev to an existing job's composer.json:
|
It looks like in our root composer.json:
Seems like minimum-stability should be dev... |
Updating minimum-stability to dev, and then requiring drupal/core-dev:^8.8.0 installs the necessary tools we need. |
Confused, because we should be using quay.io/deviantintegral/drupal_tests:0.5.0-drupal87, but for some reason we're ending up with Drupal 8.8.0. I see the docker image was updated a day ago, presumably for the new core release. I could use help resolving this for Drupal 8.8.0. :/ |
More debugging, wikimedia/merge-plugin is also gone by default, so it was not merging in our repo module's composer.json file at all. |
Adding this above the call to ./update-dependencies.sh in our config.yml seemed to resolve it:
|
As of Drupal 8.8.0, the dev dependencies have gone missing from CircleCI update-dependencies jobs. We may need to add drupal/core-dev to our required modules?
The text was updated successfully, but these errors were encountered: