summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 9b6149d7..31dd6182 100755
--- a/update.sh
+++ b/update.sh
@@ -2,8 +2,9 @@
set -eo pipefail
declare -A php_version=(
- [default]='7.2'
- [15.0]='7.3'
+ [default]='7.3'
+ [14.0]='7.2'
+ [13.0]='7.2'
)
declare -A cmd=(