romhut / criterion

This project is no longer maintained - Criterion is a Continuous Integration app built in PHP using MongoDB. Criterion is very easy to setup, and you can add GIT repositories from any provider, and run any commands you wish against it.
MIT License
53 stars 6 forks source link

Multiple PHP Versions #37

Closed marcqualie closed 2 years ago

marcqualie commented 11 years ago

When adding environmental variables (#32) we should add the option to run mutiple php versions. Criterion should be responsible for installing these php binaries onto the machine by downloading their source code and compiling.

Then inside .criterion.yml we can allow them to do version: 5.4 etc like travis does. This is especially useful for testing libraries and making sure you don't accidentally add 5.5 only features when coding and testing against your own builds of php.

scottrobertson commented 11 years ago

Yeah that could work. Are we going to mainly support PHP with this for now? And then add support for other things at a later date?