diff --git a/etc/config.dist b/etc/config.dist index 47f5bba..3781c4b 100644 --- a/etc/config.dist +++ b/etc/config.dist @@ -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