Skip to content

Commit

Permalink
Merge pull request #759 from humanmade/backport-758-to-v21-branch
Browse files Browse the repository at this point in the history
[Backport v21-branch] Turns out we were still defaulting to PHP 8.1
  • Loading branch information
mikelittle authored Nov 22, 2024
2 parents a8a113c + 6a66ab1 commit f5c418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ protected function get_config() : array {
'afterburner' => false,
'xray' => $modules['cloud']['xray'] ?? true,
'ignore-paths' => [],
'php' => '8.1',
'php' => '8.2',
'mysql' => '8.0',
'nodejs' => $modules['nodejs'] ?? false,
];
Expand Down

0 comments on commit f5c418c

Please sign in to comment.