From f2088d63a79dfda38661260a2a98ad4739c9c584 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 18 Dec 2022 15:49:28 +0100 Subject: [PATCH] Disable Drupal test due to removed drush --- .tests/tests/framework-drupal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/tests/framework-drupal.sh b/.tests/tests/framework-drupal.sh index 7d8648ef..0eeb4b1d 100755 --- a/.tests/tests/framework-drupal.sh +++ b/.tests/tests/framework-drupal.sh @@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )" . "${SCRIPT_PATH}/../scripts/.lib.sh" RETRIES=10 -DISABLED_VERSIONS=("5.3" "5.4" "5.5" "5.6" "8.0" "8.1" "8.2") +DISABLED_VERSIONS=("5.3" "5.4" "5.5" "5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2") DISABLED_MYSQL_VERSIONS=("mysql-8.0" "percona-8.0")