mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-02-10 16:08:45 +00:00
Set default PHP version to 7.2
This commit is contained in:
parent
29e203c2b5
commit
9cccce9311
@ -2,7 +2,7 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Latest available version based on https://downloads.joomla.org/technical-requirements - PHP 7.1 due to known 7.2 bugs still present
|
# Latest available version based on https://downloads.joomla.org/technical-requirements - PHP 7.1 due to known 7.2 bugs still present
|
||||||
defaultPhpVersion='php7.1'
|
defaultPhpVersion='php7.2'
|
||||||
defaultVariant='apache'
|
defaultVariant='apache'
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user