mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Update version of sqlsrv and pdo_sqlsrv extensions
This commit is contained in:
parent
7ad352e12a
commit
7205f47330
@ -1,9 +1,9 @@
|
||||
# Function to get sqlsrv and pdo_sqlsrv version.
|
||||
get_sqlsrv_version() {
|
||||
if [[ "${version:?}" =~ 7.[0-2] ]]; then
|
||||
if [[ "${version:?}" =~ 7.[0-3] ]]; then
|
||||
echo '5.9.0'
|
||||
else
|
||||
echo '5.10.0beta2'
|
||||
echo '5.10.0'
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user