summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-01-17 13:42:00 +0100
committerTilo Spannagel <development@tilosp.de>2019-01-17 13:42:00 +0100
commitd06375a333380d97db61ef4816334cebf634b214 (patch)
tree39d0d217ea16d44de58ac5f41f27adbf6c8f744b /update.sh
parente8e33356ff876b9080d3322130c4b73ab2448655 (diff)
Switch back to php 7.2
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 31dd6182..12db63dd 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,7 @@
set -eo pipefail
declare -A php_version=(
- [default]='7.3'
+ [default]='7.2'
[14.0]='7.2'
[13.0]='7.2'
)