Skip to content

Commit d237a61

Browse files
authored
8.3 Support for Wordpress (hestiacp#4479)
1 parent 6cbcb5e commit d237a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/WordPress/WordPressSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class WordpressSetup extends BaseSetup {
6363
"template" => "wordpress",
6464
],
6565
"php" => [
66-
"supported" => ["7.4", "8.0", "8.1", "8.2"],
66+
"supported" => ["7.4", "8.0", "8.1", "8.2", "8.3"],
6767
],
6868
],
6969
];

0 commit comments

Comments
 (0)