silverstripe / silverstripe-graphql

Serves Silverstripe data as GraphQL representations
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

Dev dependencies are incorrect #503

Closed GuySartorelli closed 2 years ago

GuySartorelli commented 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).

PRs