diff --git a/functions.php b/functions.php index 2eb04c23d6..79fc9288c8 100644 --- a/functions.php +++ b/functions.php @@ -112,7 +112,7 @@ function ( $compatibilities ) { $compatibilities['NevePro'] = [ 'basefile' => defined( 'NEVE_PRO_BASEFILE' ) ? NEVE_PRO_BASEFILE : '', 'required' => '2.9', - 'tested_up' => '3.1', + 'tested_up' => '3.2', ]; return $compatibilities;