Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 300763

Use drupalci.yml for composer dependency min/max testing

$
0
0

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

Remaining tasks

User interface changes

API changes

Data model changes


Viewing all articles
Browse latest Browse all 300763

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>