Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2022-10-19 14:58:40 +00:00 committed by GitHub
parent 20327851c8
commit ea1360defa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
set -eo pipefail
declare -A php_version=(
[default]='8.0'
[23]='8.0'
[24]='8.0'
[default]='8.1'
)
declare -A cmd=(