Skip to content

Commit

Permalink
Try sqlsrv-5.4.0preview with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 19, 2018
1 parent 5fac5ef commit 8d7426b
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 @@ -4,7 +4,7 @@ set -ex

echo "Installing extension"

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

echo "Installing extension"

if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then
if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "nightly" ] ; then
pecl install sqlsrv-5.4.0preview
else
pecl install sqlsrv
Expand Down

0 comments on commit 8d7426b

Please sign in to comment.