Merge pull request #1382 from desaroger/php-72-pr

Add PHP 7.2 support and fix issues on 5.6-7.0-7.1 versions
This commit is contained in:
Yu-Lung Shao (Allen)
2018-02-26 10:43:16 +08:00
committed by GitHub
14 changed files with 3180 additions and 8 deletions

View File

@ -726,6 +726,12 @@ RUN if [ ${INSTALL_DUSK_DEPS} = true ]; then \
&& rm chromedriver_linux64.zip \
;fi
#####################################
# Check PHP version:
#####################################
RUN php -v | head -n 1 | grep -q "PHP 7.0."
#
#--------------------------------------------------------------------------
# Final Touch