Skip to content

Commit

Permalink
Merge pull request #224 from mrrobot47/default/8.2
Browse files Browse the repository at this point in the history
Default to PHP 8.2 for 8
  • Loading branch information
mrrobot47 committed May 1, 2024
2 parents d06b839 + ee19d64 commit cbaf2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WordPress.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function create( $args, $assoc_args ) {
$this->site_data['php_version'] = 7.4;
$old_version .= ' yet';
} elseif ( 8 === $floor ) {
$this->site_data['php_version'] = 8.0;
$this->site_data['php_version'] = 8.2;
$old_version .= ' yet';
} else {
EE::error( 'Unsupported PHP version: ' . $this->site_data['php_version'] );
Expand Down

0 comments on commit cbaf2ab

Please sign in to comment.