Closed GuySartorelli closed 2 years ago
The dev dependencies will result in CI installing the most stable versions of things it can. We want CI to run on dev branches so we can be sure changes we make to those modules won't adversely affect this one.
This has already affected https://github.com/silverstripe/silverstripe-graphql/pull/502 which is failing elemental behat tests because recent changes aren't being reflected (it's using the alpha version instead of the dev branch).
The dev dependencies will result in CI installing the most stable versions of things it can. We want CI to run on dev branches so we can be sure changes we make to those modules won't adversely affect this one.
This has already affected https://github.com/silverstripe/silverstripe-graphql/pull/502 which is failing elemental behat tests because recent changes aren't being reflected (it's using the alpha version instead of the dev branch).
PRs