From 907d6797ca1d9440f6aa3d0f0df0d9d127bbb389 Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 22 Mar 2022 15:17:20 +0100 Subject: [PATCH] Re-enable testing wordpress 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 20ff62fb..179aec7f 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=20 -DISABLED_VERSIONS=("8.0" "8.1" "8.2") +DISABLED_VERSIONS=("8.2") echo