mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
Remove hardcoded latest version for sqlsrv and pdo_sqlsrv
This commit is contained in:
parent
5aa416d77b
commit
04c15e2314
@ -5,7 +5,8 @@ get_sqlsrv_version() {
|
|||||||
elif [[ "${version:?}" =~ 7.4 ]]; then
|
elif [[ "${version:?}" =~ 7.4 ]]; then
|
||||||
echo '5.10.1'
|
echo '5.10.1'
|
||||||
else
|
else
|
||||||
echo '5.11.1'
|
# Return an empty string so that pecl will install the latest version.
|
||||||
|
echo ''
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user