Skip to content

Commit

Permalink
Merge pull request #598 from humanmade/release-php82
Browse files Browse the repository at this point in the history
Updates PHP to latest image
  • Loading branch information
ferschubert-hm committed Apr 20, 2023
2 parents 6a3fe54 + ccaff3c commit 0b8395a
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 @@ -90,7 +90,7 @@ public function __construct( string $root_dir, string $project_name, string $tld
*/
protected function get_php_reusable() : array {
$version_map = [
'8.2' => 'humanmade/altis-local-server-php:8.2.0-beta.1',
'8.2' => 'humanmade/altis-local-server-php:8.2.0',
'8.1' => 'humanmade/altis-local-server-php:6.0.0-beta.1',
'8.0' => 'humanmade/altis-local-server-php:5.0.1',
'7.4' => 'humanmade/altis-local-server-php:4.2.0',
Expand Down

0 comments on commit 0b8395a

Please sign in to comment.