mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-11-01 02:52:33 +00:00
Bump default PHP verion to 7.3
This commit is contained in:
parent
7990e0b14c
commit
65b178365a
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Latest available version based on https://downloads.joomla.org/technical-requirements - PHP 7.1 due to known 7.2 bugs still present
|
# Latest available version based on https://downloads.joomla.org/technical-requirements
|
||||||
defaultPhpVersion='php7.2'
|
defaultPhpVersion='php7.3'
|
||||||
defaultVariant='apache'
|
defaultVariant='apache'
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
Loading…
Reference in New Issue
Block a user