From bcdfeb03a859934fd5c9e6f672133f268e4af28d Mon Sep 17 00:00:00 2001 From: dami Date: Sun, 1 Feb 2026 13:56:28 +0800 Subject: [PATCH] Update index.py --- plugins/migration_api/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):