0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-02-03 10:08:26 +01:00

Switch back to php 7.2

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-01-17 13:42:00 +01:00
parent e8e33356ff
commit d06375a333
No known key found for this signature in database
GPG key ID: E517E9F206B8993D

View file

@ -2,7 +2,7 @@
set -eo pipefail
declare -A php_version=(
[default]='7.3'
[default]='7.2'
[14.0]='7.2'
[13.0]='7.2'
)