mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Use YAML version 2.0.4 for PHP 7.0
Test: yaml
This commit is contained in:
parent
8c843af12f
commit
0fef060c56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user