Unverified Commit d389f32c authored by Sergei Morozov's avatar Sergei Morozov

Merge branch 'bpo/2.9/#3702' into 2.9

parents 94b1ea2c 5ac70f61
......@@ -41,9 +41,6 @@ after_script:
fi
jobs:
allow_failures:
- php: 7.4snapshot
include:
- stage: Test
php: 7.1
......
......@@ -4,8 +4,4 @@ set -ex
echo "Installing extension"
if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "nightly" ] ; then
pecl install pdo_sqlsrv-5.4.0preview
else
pecl install pdo_sqlsrv
fi
pecl install pdo_sqlsrv-5.7.0preview
......@@ -4,8 +4,4 @@ set -ex
echo "Installing extension"
if [ "$TRAVIS_PHP_VERSION" == "7.3" ] || [ "$TRAVIS_PHP_VERSION" == "nightly" ] ; then
pecl install sqlsrv-5.4.0preview
else
pecl install sqlsrv
fi
pecl install sqlsrv-5.7.0preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment