Skip to content

Commit

Permalink
Merge pull request #673 from humanmade/20240405-remove-php-80
Browse files Browse the repository at this point in the history
Remove PHP 7.4 and 8.0
  • Loading branch information
mikelittle authored Apr 9, 2024
2 parents 238a9fb + 3ad8de4 commit ed308df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ protected function get_php_reusable() : array {
$version_map = [
'8.2' => 'humanmade/altis-local-server-php:8.2.12',
'8.1' => 'humanmade/altis-local-server-php:6.0.13',
'8.0' => 'humanmade/altis-local-server-php:5.0.13',
'7.4' => 'humanmade/altis-local-server-php:4.2.5',
];

$versions = array_keys( $version_map );
Expand Down

0 comments on commit ed308df

Please sign in to comment.