summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-11-30 23:35:20 +0000
committerGitHub <noreply@github.com>2021-11-30 23:35:20 +0000
commit484b2c57a307a9817b487896d8e5c54f4bba5fd2 (patch)
tree760383ea8592f9a0625388e6b7cd735fa8fba986 /update.sh
parente2dc98dea469ba67c3e6474aa4fc2cf902f8e9a4 (diff)
Alpine 3.15 (#1643)
* Alpine 3.15 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Remove reference to 20 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 252aa29b..a75c926c 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,6 @@ set -eo pipefail
declare -A php_version=(
[default]='8.0'
- [20]='7.4'
[21]='7.4'
)