Skip to content

Commit

Permalink
Merge pull request #101 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 authored May 1, 2024
2 parents 33218e0 + e01bc17 commit 587416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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 587416f

Please sign in to comment.