From db58f3b1bb3920baa8d1889f5f76d101b5445d1a Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 8 Nov 2020 14:46:02 +0100 Subject: [PATCH] Disable Wordpress tests for PHP 8.0 and PHP 8.1 --- .tests/tests/framework-wordpress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/tests/framework-wordpress.sh b/.tests/tests/framework-wordpress.sh index ca0777f5..424fa547 100755 --- a/.tests/tests/framework-wordpress.sh +++ b/.tests/tests/framework-wordpress.sh @@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )" . "${SCRIPT_PATH}/../scripts/.lib.sh" RETRIES=10 -DISABLED_VERSIONS=("8.1") +DISABLED_VERSIONS=("8.0" "8.1") echo