Problem/Motivation
Eventually, DrupalCI will give us a way to tie different build processes to different needs, using the idea of 'triggers.'
One such build trigger will likely be a dependency min/max test. This could be run all the time, or it could be run once a week, or what-have-you.
This issue discusses how to address a dependency min/max test.
Currently, since we don't have that build trigger available, we'll have to discuss how to implement this type of test by running the testbot in this issue.
Proposed resolution
Use a drupalci.yml to perform these steps:
- composer update --prefer-lowest
- composer run-script drupal-phpunit-upgrade
- run-tests.sh
- composer update
- run-tests.sh