From 2f075147a3ae70ff21d83fa99688c7f31f1cfd0a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2018 11:13:48 +0100 Subject: [PATCH] Migrate to 10 --- htdocs/install/check.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 15806c38a1b..34379975828 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -437,7 +437,8 @@ else array('from'=>'5.0.0', 'to'=>'6.0.0'), array('from'=>'6.0.0', 'to'=>'7.0.0'), array('from'=>'7.0.0', 'to'=>'8.0.0'), - array('from'=>'8.0.0', 'to'=>'9.0.0') + array('from'=>'8.0.0', 'to'=>'9.0.0'), + array('from'=>'9.0.0', 'to'=>'10.0.0') ); $count=0;