2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-05-28 12:00:48 +00:00

Merge pull request #78 from J0WI/php72

Set default PHP version to 7.2
This commit is contained in:
Michael Babker 2019-06-20 17:04:38 -05:00 committed by GitHub
commit bc9c3d57f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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