Soluto / wordpress-plugin-tests-template

A template for a Wordpress plugin with tests that are running using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI fail to build docker image for PHP5.6

OrRosenblatt opened this issue · comments

Building the docker image for PHP5.6 is failed on account of xdebug version:
https://travis-ci.org/Soluto/wordpress-plugin-tests-template/builds/279948530

The latest version of xdebug requires PHP 7 and above.