Closed georgearnall closed 7 years ago
Fixed within submodule
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.
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