Re-enable testing wordpress for PHP 8.0 and PHP 8.1

This commit is contained in:
cytopia 2022-03-22 15:17:20 +01:00
parent 708253ebd9
commit 907d6797ca
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
. "${SCRIPT_PATH}/../scripts/.lib.sh" . "${SCRIPT_PATH}/../scripts/.lib.sh"
RETRIES=20 RETRIES=20
DISABLED_VERSIONS=("8.0" "8.1" "8.2") DISABLED_VERSIONS=("8.2")
echo echo