diff --git a/src/helper/class-ee-site.php b/src/helper/class-ee-site.php index 585fcc79..a2389ea0 100644 --- a/src/helper/class-ee-site.php +++ b/src/helper/class-ee-site.php @@ -403,6 +403,8 @@ protected function delete_site( $level, $site_url, $site_fs_path, $db_data = [] * - 7.4 * - 8.0 * - 8.1 + * - 8.2 + * - 8.3 * - latest * --- * @@ -776,7 +778,7 @@ protected function update_php( $args, $assoc_args ) { $php_version = get_flag_value( $assoc_args, 'php', false ); - if ( '7.4' === $php_version ) { + if ( '8.2' === $php_version ) { $php_version = 'latest'; } diff --git a/templates/config/php-fpm/php82.zip b/templates/config/php-fpm/php82.zip new file mode 100644 index 00000000..4facee46 Binary files /dev/null and b/templates/config/php-fpm/php82.zip differ diff --git a/templates/config/php-fpm/php83.zip b/templates/config/php-fpm/php83.zip new file mode 100644 index 00000000..13aaceb1 Binary files /dev/null and b/templates/config/php-fpm/php83.zip differ diff --git a/templates/config/php-fpm/phplatest.zip b/templates/config/php-fpm/phplatest.zip index d46ce5a0..4facee46 100644 Binary files a/templates/config/php-fpm/phplatest.zip and b/templates/config/php-fpm/phplatest.zip differ