Skip to content

Commit

Permalink
Update to 6.0.19 to pick up the v8js download fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittle committed Oct 24, 2024
1 parent dcd85a6 commit 3320c2d
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 @@ -100,7 +100,7 @@ protected function get_php_reusable() : array {
$version_map = [
'8.3' => 'humanmade/altis-local-server-php:8.3.9',
'8.2' => 'humanmade/altis-local-server-php:8.2.23',
'8.1' => 'humanmade/altis-local-server-php:6.0.18',
'8.1' => 'humanmade/altis-local-server-php:6.0.19',
];

$versions = array_keys( $version_map );
Expand Down

0 comments on commit 3320c2d

Please sign in to comment.