From 0fef060c56fb88564918d954fa2c501b76cfab59 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 25 Apr 2020 14:28:44 +0200 Subject: [PATCH] Use YAML version 2.0.4 for PHP 7.0 Test: yaml --- install-php-extensions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index 976c651..4357f99 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1285,6 +1285,8 @@ installPECLModule() { yaml) if test $1 -lt 700; then installPECLModule_actual="$2-1.3.1" + elif test $1 -lt 701; then + installPECLModule_actual="$2-2.0.4" fi ;; esac