Skip to content

Commit

Permalink
Add initial support for PHP 8.1
Browse files Browse the repository at this point in the history
See #523
  • Loading branch information
kovshenin committed Aug 26, 2022
1 parent a8cc260 commit c81cec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function __construct( string $root_dir, string $project_name, string $tld
*/
protected function get_php_reusable() : array {
$version_map = [
'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 c81cec5

Please sign in to comment.