summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
)