Switch to php 7.2 for nextcloud 13.0 and greater

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-08-07 18:52:00 +02:00
parent 989f6be2c4
commit 323dc9034f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
set -eo pipefail
declare -A php_version=(
[default]='7.1'
[default]='7.2'
[12.0]='7.1'
)
declare -A cmd=(