travis error on php 5.4
Closed this issue · 4 comments
samsonasik commented
this : https://travis-ci.org/pennyphp/penny-classic-app/jobs/82943626
it may be because of we use zendframework/zend-eventmanager:~2.4
which led to >=2.4,<3.0
. If we want to keep using php 5.4, we need to use lts version instead ( aka zendframework/zend-eventmanager:~2.4.0
)
Thought ?
samsonasik commented
another alternative, is,we upgrade to php 5.5
gianarb commented
yes.. I have the same idea :)
samsonasik commented
@gianarb please re-start travis build now ;)
gianarb commented
Green! Thanks!