Skip to content

Commit

Permalink
Merge branch 'bpo/2.9/#3702' into 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Oct 27, 2019
2 parents 94b1ea2 + 5ac70f6 commit d389f32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ after_script:
fi
jobs:
allow_failures:
- php: 7.4snapshot

include:
- stage: Test
php: 7.1
Expand Down
6 changes: 1 addition & 5 deletions tests/travis/install-mssql-pdo_sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 1 addition & 5 deletions tests/travis/install-mssql-sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d389f32

Please sign in to comment.