set php7.4 as default version

This commit is contained in:
Simon Vieille 2020-12-04 13:20:54 +01:00
parent f2b3ae1c9e
commit 2c703e6eee
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ PHP_BIN=/usr/bin/php7.4
# Available PHP versions
# It's possible to add or remove a version
# using the same logic
PHP_VERSIONS="8.0 7.4 7.3 7.2 7.1 7.0 7.4 5.6"
PHP_VERSIONS="7.4 7.3 8.0 7.2 7.1 7.0 7.4 5.6"
PHP_FPM56_POOL_PATH=/etc/php5/fpm/pool.d
PHP_FPM70_POOL_PATH=/etc/php/7.0/fpm/pool.d
PHP_FPM71_POOL_PATH=/etc/php/7.1/fpm/pool.d