diff --git a/plugins/migration_api/index.py b/plugins/migration_api/index.py index ebec628ed..5875fdc2c 100755 --- a/plugins/migration_api/index.py +++ b/plugins/migration_api/index.py @@ -904,7 +904,7 @@ def get_src_config(args): data['webserver'] = 'OpenResty' data['php'] = [] phpversions = ['52', '53', '54', '55', '56', '70', '71', - '72', '73', '74', '80', '81', '82', '83', '84'] + '72', '73', '74', '80', '81', '82', '83', '84', '85'] phpPath = sdir + '/php/' for pv in phpversions: if not os.path.exists(phpPath + pv + '/bin/php'):