0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-29 06:00:54 +02:00

Set default PHP version to 7.3

Fixes #571

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-04-08 14:13:52 +02:00
parent 30b2cb2706
commit 09151270f2
7 changed files with 13 additions and 7 deletions

View file

@ -2,7 +2,7 @@
set -eo pipefail
declare -A php_version=(
[default]='7.2'
[default]='7.3'
[14.0]='7.2'
)