Skip to content

Commit

Permalink
Remove PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittle committed Apr 5, 2024
1 parent 238a9fb commit 3ad8de4
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 3ad8de4

Please sign in to comment.