mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-21 13:55:08 +01:00
PHP 8.1 (#1841)
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
20327851c8
commit
ea1360defa
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='8.0'
|
[23]='8.0'
|
||||||
|
[24]='8.0'
|
||||||
|
[default]='8.1'
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
|
|
Loading…
Add table
Reference in a new issue