From a36db5423cf1dfc49b686aea125bb960de7d9564 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Fri, 9 Aug 2024 11:17:09 +1000 Subject: [PATCH] ci: add supported version --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index 3eaf21d5..0e97a160 100644 --- a/version.php +++ b/version.php @@ -29,3 +29,4 @@ $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; $plugin->release = '1.26.1'; +$plugin->supported = [400, 404];