Skip to content

Commit cbaf2ab

Browse files
authored
Merge pull request #224 from mrrobot47/default/8.2
Default to PHP 8.2 for 8
2 parents d06b839 + ee19d64 commit cbaf2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WordPress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function create( $args, $assoc_args ) {
380380
$this->site_data['php_version'] = 7.4;
381381
$old_version .= ' yet';
382382
} elseif ( 8 === $floor ) {
383-
$this->site_data['php_version'] = 8.0;
383+
$this->site_data['php_version'] = 8.2;
384384
$old_version .= ' yet';
385385
} else {
386386
EE::error( 'Unsupported PHP version: ' . $this->site_data['php_version'] );

0 commit comments

Comments
 (0)