1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/16659] Test with PHP 8

PHPBB3-16659
This commit is contained in:
Marc Alexander
2020-12-03 21:09:27 +01:00
parent 0907087ee3
commit c22cacf9bd
2 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock
NGINX_PHP_CONF="$DIR/nginx-php.conf"
# php-fpm
PHP_FPM_BIN="/usr/sbin/php-fpm$CI_PHP_VERSION"
PHP_FPM_BIN="/usr/sbin/php-fpm$PHP_VERSION"
PHP_FPM_CONF="$DIR/php-fpm.conf"
echo "