summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-08 14:13:52 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-04-10 10:08:59 +0200
commit09151270f2fb0ccf7de1420d5fa2f31fedd5d749 (patch)
treec01415f0b5385b0642e979854560795a7aeb7139 /update.sh
parent30b2cb270621bcc229823378ba3c8ed0c9366b56 (diff)
Fixes #571 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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 c5153f72..d645f4a1 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,7 @@
set -eo pipefail
declare -A php_version=(
- [default]='7.2'
+ [default]='7.3'
[14.0]='7.2'
)