diff --git a/.github/workflows/github_ci_php71_pgsql.yml b/.github/workflows/github_ci_php71_pgsql.yml index 37aad0ebf24..27bb317e7aa 100644 --- a/.github/workflows/github_ci_php71_pgsql.yml +++ b/.github/workflows/github_ci_php71_pgsql.yml @@ -175,16 +175,14 @@ jobs: set +e echo ' $INSTALL_FORCED_FILE echo '$'force_install_noedit=2';' >> $INSTALL_FORCED_FILE - # For mysql - echo '$'force_install_type=\'mysqli\'';' >> $INSTALL_FORCED_FILE - #echo '$'force_install_type=\'pgsql\'';' >> $INSTALL_FORCED_FILE + #echo '$'force_install_type=\'mysqli\'';' >> $INSTALL_FORCED_FILE + echo '$'force_install_type=\'pgsql\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_dbserver=\'127.0.0.1\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_database=\'travis\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_databaselogin=\'root\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_databasepass=\'password\'';' >> $INSTALL_FORCED_FILE - # For mysql - echo '$'force_install_port=\'32574\'';' >> $INSTALL_FORCED_FILE - #echo '$'force_install_port=\'5432\'';' >> $INSTALL_FORCED_FILE + #echo '$'force_install_port=\'32574\'';' >> $INSTALL_FORCED_FILE + echo '$'force_install_port=\'5432\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_prefix=\'llx_\'';' >> $INSTALL_FORCED_FILE echo '$'force_install_createdatabase=false';' >> $INSTALL_FORCED_FILE echo '$'force_install_createuser=false';' >> $INSTALL_FORCED_FILE