Set default PHP version to 7.2

This commit is contained in:
J0WI 2019-06-20 23:00:51 +02:00
parent 29e203c2b5
commit 9cccce9311
1 changed files with 1 additions and 1 deletions

View File

@ -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")"