From 41dde8a164fe85d24eafb4dd99d7c66eeb8ac011 Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 10 Apr 2026 16:14:31 +0800 Subject: [PATCH] Update info.json --- plugins/postgresql/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/postgresql/info.json b/plugins/postgresql/info.json index 3fcd8c84b..49fbfce85 100755 --- a/plugins/postgresql/info.json +++ b/plugins/postgresql/info.json @@ -9,7 +9,7 @@ "coexist": false, "install_pre_inspection":true, "uninstall_pre_inspection":true, - "versions":["14","15","16","17"], + "versions":["14","15","16","17","18"], "shell":"install.sh", "checks":"server/postgresql", "path":"server/postgresql",