Skip to content

Commit

Permalink
Update version of sqlsrv and pdo_sqlsrv extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Feb 21, 2022
1 parent 7ad352e commit 7205f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/extensions/sqlsrv.sh
Original file line number Diff line number Diff line change
@@ -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
}

Expand Down

0 comments on commit 7205f47

Please sign in to comment.