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
1 changed files with 1 additions and 1 deletions

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'
)