mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-29 06:00:54 +02:00
Set default PHP version to 7.3
Fixes #571 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
30b2cb2706
commit
09151270f2
7 changed files with 13 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
set -eo pipefail
|
||||
|
||||
declare -A php_version=(
|
||||
[default]='7.2'
|
||||
[default]='7.3'
|
||||
[14.0]='7.2'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue