Merge pull request #84 from J0WI/php73

Bump default PHP verion to 7.3
This commit is contained in:
Michael Babker 2019-11-29 16:09:31 -06:00 committed by GitHub
commit 75f985317f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
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.2'
# Latest available version based on https://downloads.joomla.org/technical-requirements
defaultPhpVersion='php7.3'
defaultVariant='apache'
self="$(basename "$BASH_SOURCE")"