Skip to content

Commit 1a78ac0

Browse files
authored
Merge pull request #432 from mrrobot47/php/8-update
PHP 8.2 8.3 support in site update
2 parents 1c2bbd7 + 7b78500 commit 1a78ac0

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

src/helper/class-ee-site.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = []
403403
* - 7.4
404404
* - 8.0
405405
* - 8.1
406+
* - 8.2
407+
* - 8.3
406408
* - latest
407409
* ---
408410
*
@@ -776,7 +778,7 @@ protected function update_php( $args, $assoc_args ) {
776778

777779
$php_version = get_flag_value( $assoc_args, 'php', false );
778780

779-
if ( '7.4' === $php_version ) {
781+
if ( '8.2' === $php_version ) {
780782
$php_version = 'latest';
781783
}
782784

templates/config/php-fpm/php82.zip

82.8 KB
Binary file not shown.

templates/config/php-fpm/php83.zip

82.5 KB
Binary file not shown.
3.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)