Fix unit tests

This commit is contained in:
Edi Septriyanto
2021-03-02 00:27:48 +07:00
parent ed1f2d728d
commit 2ecfaca79a
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ matrix:
- sed -i "s/FORCE_REMOVE=false/FORCE_REMOVE=true/g" .env
#- sed -i "s/NGINX_INSTALLER=\"repo\"/NGINX_INSTALLER=\"source\"/g" .env
#- sed -i "s/NGX_PAGESPEED=false/NGX_PAGESPEED=true/g" .env
- sed -i "s/PHP_VERSION=\"7.4\"/PHP_VERSION=\"8.0\"/g" .env
#- sed -i "s/PHP_VERSION=\"7.4\"/PHP_VERSION=\"8.0\"/g" .env
- sed -i "s/INSTALL_MAILER=false/INSTALL_MAILER=true/g" .env
- sed -i "s/INSTALL_SPFDKIM=false/INSTALL_SPFDKIM=true/g" .env
- sed -i "s/SENDER_DOMAIN=\"example.com\"/SENDER_DOMAIN=\"masedi.net\"/g" .env

View File

@@ -6,7 +6,7 @@ script_under_test=$(basename "$0")
# Nginx versions.
nginx_stable_version="1.18.0"
nginx_latest_version="1.19.6"
nginx_latest_version="1.19.7"
# Source the helper functions.
if [ -f scripts/helper.sh ]; then