Skip to content

Commit d62757b

Browse files
author
Gareth Midwood
committed
Make PHP 7.2 the default image. Add PHP7.1 and 7.2 to build list
1 parent c0ce12a commit d62757b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/Environment/Command/Container

src/Environment/Command/Container/Php.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ protected function askQuestions()
6363
// usage example will be Drupal sites where clearing cache doesn't do all sites
6464
$this->buildOrImage(
6565
'../vendor/creode/docker/images/php/7.0',
66-
'creode/php-apache:7.0',
66+
'creode/php-apache:7.2',
6767
$this->_config,
6868
[ // builds
69+
'../vendor/creode/docker/images/php/7.0' => 'PHP 7.2',
70+
'../vendor/creode/docker/images/php/7.0' => 'PHP 7.1',
6971
'../vendor/creode/docker/images/php/7.0' => 'PHP 7.0',
7072
'../vendor/creode/docker/images/php/5.6' => 'PHP 5.6',
7173
'../vendor/creode/docker/images/php/5.6-ioncube' => 'PHP 5.6 with ionCube',

0 commit comments

Comments
 (0)