ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

PHP version #589

Open kitsook opened 6 years ago

kitsook commented 6 years ago

There is a discrepancy on PHP version used in different environment:

Need to align the environment either by upgrading the production or adding 5.3 to Travis

kitsook commented 6 years ago

There was a change to remove PHP 5.3 from Travis

https://github.com/ubc/iPeer/commit/589ebf753832a10ce989031c404bf6ae38820b8b

xcompass commented 6 years ago

It is because travis doesn't support 5.3 anymore. I'm planning to run containers in production. We should be able to remove 5.3 support completely once we switch.