mirror of
https://github.com/octoleo/docker-joomla.git
synced 2025-02-05 07:18:24 +00:00
Set default PHP version to 7.2
This commit is contained in:
parent
29e203c2b5
commit
9cccce9311
@ -2,7 +2,7 @@
|
||||
set -eu
|
||||
|
||||
# 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'
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user