Skip to content

Commit 8669ee6

Browse files
committed
Add PHP 8.4 support in site update
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 1552889 commit 8669ee6

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 and 8.3.
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.
425425
* ---
426426
* options:
427427
* - 5.6
@@ -433,6 +433,7 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
433433
* - 8.1
434434
* - 8.2
435435
* - 8.3
436+
* - 8.4
436437
* ---
437438
*
438439
* [--proxy-cache=<on-or-off>]

0 commit comments

Comments
 (0)