mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-01 12:43:17 +07:00
Update version of sqlsrv and pdo_sqlsrv extensions
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user