lundi 5 février 2018

How to automate local tests against different dependency versions (using composer)?

I have an app which must work with a specific package in various versions. I'd like to automatically run local tests against different versions of the package.

How is it done?

I can think of a manual way:

  • change composer.json
  • run composer update
  • run tests
  • repeat with another version

Aucun commentaire:

Enregistrer un commentaire