diff --git a/functions.php b/functions.php index 15d5961870..093f14096a 100644 --- a/functions.php +++ b/functions.php @@ -112,8 +112,8 @@ function ( $compatibilities ) { $compatibilities['NevePro'] = [ 'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '', - 'required' => '2.3', - 'tested_up' => '2.7', + 'required' => '2.4', + 'tested_up' => '2.8', ]; return $compatibilities;