Skip to content

Commit

Permalink
Merge pull request #432 from mrrobot47/php/8-update
Browse files Browse the repository at this point in the history
PHP 8.2 8.3 support in site update
  • Loading branch information
mrrobot47 committed May 1, 2024
2 parents 1c2bbd7 + 7b78500 commit 1a78ac0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/helper/class-ee-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
* ---
*
Expand Down Expand Up @@ -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';
}

Expand Down
Binary file added templates/config/php-fpm/php82.zip
Binary file not shown.
Binary file added templates/config/php-fpm/php83.zip
Binary file not shown.
Binary file modified templates/config/php-fpm/phplatest.zip
Binary file not shown.

0 comments on commit 1a78ac0

Please sign in to comment.