File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.2 -apache-stretch
2+ FROM php:7.3 -apache-stretch
33# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
44
55# install the PHP extensions we need
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.2 -fpm-alpine
2+ FROM php:7.3 -fpm-alpine
33
44# install the PHP extensions we need
55# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.2 -fpm-stretch
2+ FROM php:7.3 -fpm-stretch
33# TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
44
55# install the PHP extensions we need
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ if [ ${#versions[@]} -eq 0 ]; then
99fi
1010versions=( " ${versions[@]%/ } " )
1111
12+ # https://www.drupal.org/docs/8/system-requirements/php-requirements#php_required
1213defaultPhpVersion=' 7.3'
1314declare -A phpVersions=(
14- [7]=' 7.2'
15+ # https://www.drupal.org/docs/7/system-requirements/php-requirements#php_required
16+ # [7]='7.2'
1517)
1618
1719travisEnv=
You can’t perform that action at this time.
0 commit comments