prepare_test.sh: Expect php 7.1 instead of 7.3

This commit is contained in:
Johannes Meyer 2020-08-17 09:54:51 +02:00
parent 72ca047329
commit 34e41fa480

View File

@ -18,9 +18,9 @@ fi
icinga-build-rpm-install icingaweb2
# set timezone for PHP
if [ -d /etc/opt/rh/rh-php73/php.d ]; then
php_d=/etc/opt/rh/rh-php73/php.d
fpm="scl enable rh-php73 -- php-fpm"
if [ -d /etc/opt/rh/rh-php71/php.d ]; then
php_d=/etc/opt/rh/rh-php71/php.d
fpm="scl enable rh-php71 -- php-fpm"
elif [ -d /etc/opt/rh/rh-php70/php.d ]; then
php_d=/etc/opt/rh/rh-php70/php.d
fpm="scl enable rh-php70 -- php-fpm"