diff --git a/.php b/.php index 838cb62..406db9f 100644 --- a/.php +++ b/.php @@ -1,3 +1,3 @@ -8.3#2024-08-07T11:37:28.820501Z -8.2#2024-08-07T11:37:28.820501Z -8.1#2024-08-07T11:37:28.820501Z \ No newline at end of file +8.3#2024-08-31T05:44:37.062641Z +8.2#2024-08-31T05:44:37.062641Z +8.1#2024-08-31T05:44:37.062641Z \ No newline at end of file diff --git a/tests/11/tests.sh b/tests/11/tests.sh index 24380cd..5520a82 100755 --- a/tests/11/tests.sh +++ b/tests/11/tests.sh @@ -46,7 +46,7 @@ make git-checkout target="${latest_ver}" -f /usr/local/bin/actions.mk COMPOSER_MEMORY_LIMIT=-1 composer install -n composer require drush/drush -#composer require drupal/redis +composer require drupal/redis echo -n "Checking drush... " drush version --format=yaml @@ -60,9 +60,9 @@ run_action init-drupal drush si -y --db-url="${DB_DRIVER}://${DB_USER}:${DB_PASSWORD}@${DB_HOST}/${DB_NAME}" # Comment out redis settings before enabling the module. -#sed -i "s#^\$wodby\['redis'\]#//&#" "${CONF_DIR}/wodby.settings.php" -#drush en redis -y --quiet -#sed -i "s#^//\(\$wodby\['redis'\]\)#\1#" "${CONF_DIR}/wodby.settings.php" +sed -i "s#^\$wodby\['redis'\]#//&#" "${CONF_DIR}/wodby.settings.php" +drush en redis -y --quiet +sed -i "s#^//\(\$wodby\['redis'\]\)#\1#" "${CONF_DIR}/wodby.settings.php" run_action cache-clear target=render run_action cache-rebuild