mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-20 12:34:44 +07:00
Fix support for sqlsrv and pdo_sqlsrv extensions
This commit is contained in:
@ -4,6 +4,8 @@ get_sqlsrv_version() {
|
||||
echo '5.9.0'
|
||||
elif [[ "${version:?}" =~ 7.4 ]]; then
|
||||
echo '5.10.1'
|
||||
elif [[ "${version:?}" =~ 8.0 ]]; then
|
||||
echo '5.11.1'
|
||||
else
|
||||
# Return an empty string so that pecl will install the latest version.
|
||||
echo ''
|
||||
|
Reference in New Issue
Block a user