Add PHP version checkers on all php-related dockerfiles
This commit is contained in:
		@@ -626,6 +626,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 5.6."
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Final Touch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user