mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
PHP 8.3 for Nextcloud 29
This commit is contained in:
parent
f7b20139eb
commit
1c7e56f135
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ declare -A debian_version=(
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='8.2'
|
[27]='8.2'
|
||||||
|
[28]='8.2'
|
||||||
|
[default]='8.3'
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
|
|
Loading…
Reference in a new issue