kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

PHPUnit 6 Drops support for PHP 5.6 #165

Closed georgearnall closed 7 years ago

georgearnall commented 7 years ago

After trying to install the repo I've come across the following error:

RUN phpunit --version ---> Running in 5c971404a1b2 This version of PHPUnit is supported on PHP 7.0 and PHP 7.1. You are using PHP 5.6.30 (/usr/local/bin/php).

PHPUnit version will need to be fixed at 5.7 in order to complete docker install

georgearnall commented 7 years ago

Fixed within submodule

kilbot commented 7 years ago

I'm just doing some clean up on the Docker submodule. Previously we started containers for php54, php55, php55, php70 plus mysql56 and mysql57. This was overkill for most development situations, so now we are just going to start php56 + mysql56 by default.

I've just got a few things to iron out before you can pull the fixed submodule in WooCommerce POS.