mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-10-31 18:52:28 +00:00
Bump default PHP verion to 7.3
This commit is contained in:
parent
7990e0b14c
commit
65b178365a
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user