Skip to content

Commit

Permalink
Pin sqlsrv and pdo_sqlsrv to 5.4.0preview
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 16, 2018
1 parent b85ff57 commit 0b1d238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/travis/install-mssql-pdo_sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
echo "Installing extension"

if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then
pecl install pdo_sqlsrv-devel
pecl install pdo_sqlsrv-5.4.0preview
else
pecl install pdo_sqlsrv
fi
2 changes: 1 addition & 1 deletion tests/travis/install-mssql-sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
echo "Installing extension"

if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then
pecl install sqlsrv-devel
pecl install sqlsrv-5.4.0preview
else
pecl install sqlsrv
fi

0 comments on commit 0b1d238

Please sign in to comment.