drupal9ci
drupal9ci copied to clipboard
Command Line Interface for implementing Continuous Integration in Drupal 9
This has been moved to GitHub Actions.
While working on https://github.com/Lullabot/drupal9ci/pull/79 it was obvious that a lot has changed since last year (as it should in our world). * Latest Drupal is now PHP8+ compatible, which means...
Updatign php version for 8.1.
**Is your feature request related to a problem? Please describe.** The current images only support Composer 1, and even with hirak/prestissimo, the speed of dependency calculation and download are not...
It would be nice to have this docker image include intl extensions for PHP. See: https://github.com/docker-library/php/issues/57 for more details on including this extension for docker.
It's available by default in CircleCI images, it would be nice to not have to install it for these images as well. See https://github.com/CircleCI-Public/cimg-base/blob/main/18.04/Dockerfile#L53
Updating base image to Drupal 9.2 PHP 7.4
Hi, Unless I'm making a mistake, there are no annotations for code-standards. Which means that when it fails, there's no report of the actual code-standards issues. Would be nice to...
It looks like the upstream Drupal image changed such that it's causing the CircleCI job to fail on master: https://circleci.com/gh/Lullabot/drupal8ci/106?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link In the same way our site project that uses the...
When a test failure occurs, Behat tries to take a screenshot of the failure. A screenshot is captured for every step of the test, and then concatenated together into one...