Skip to content

Commit

Permalink
Merge pull request #747 from humanmade/update-php-versions
Browse files Browse the repository at this point in the history
Update PHP containers to get WP CLI update
  • Loading branch information
kovshenin authored Nov 4, 2024
2 parents ca3374a + 3320c2d commit 82e6a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ public function __construct( string $root_dir, string $project_name, string $tld
*/
protected function get_php_reusable() : array {
$version_map = [
'8.3' => 'humanmade/altis-local-server-php:8.3.8',
'8.2' => 'humanmade/altis-local-server-php:8.2.22',
'8.1' => 'humanmade/altis-local-server-php:6.0.17',
'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.19',
];

$versions = array_keys( $version_map );
Expand Down

0 comments on commit 82e6a16

Please sign in to comment.