Skip to content

Commit a754a9b

Browse files
authored
Merge pull request #469 from L0RD-ZER0/develop
feat: php-fpm 8.5 support
2 parents 58a9e94 + 64d7be0 commit a754a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helper/class-ee-site.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
421421
* : Enable wildcard SSL on site.
422422
*
423423
* [--php=<php-version>]
424-
* : PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 and 8.4.
424+
* : PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, and 8.5.
425425
* ---
426426
* options:
427427
* - 5.6
@@ -434,6 +434,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
434434
* - 8.2
435435
* - 8.3
436436
* - 8.4
437+
* - 8.5
437438
* ---
438439
*
439440
* [--proxy-cache=<on-or-off>]

0 commit comments

Comments
 (0)