summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-07 18:52:00 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-07 18:52:00 +0200
commit323dc9034f7911e260def5e1da4b6c42fe918b86 (patch)
tree9062fbb631998d3d01027ad8a70b0016d11be810 /update.sh
parent989f6be2c4b7adeeb611c3a8ee630ff6485070d4 (diff)
Switch to php 7.2 for nextcloud 13.0 and greater
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index af4f761d..868b70d9 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,8 @@
set -eo pipefail
declare -A php_version=(
- [default]='7.1'
+ [default]='7.2'
+ [12.0]='7.1'
)
declare -A cmd=(