Skip to content

Commit

Permalink
Merge pull request #525 from humanmade/php81-beta
Browse files Browse the repository at this point in the history
Add initial support for PHP 8.1
  • Loading branch information
kovshenin authored Aug 26, 2022
2 parents a8cc260 + c81cec5 commit 16218e4
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 16218e4

Please sign in to comment.