Skip to content

Commit

Permalink
Don't test sqlsrv, pdo_sqlsrv and ibm_db2 on PHP 7.3
Browse files Browse the repository at this point in the history
The sqlsrv and ibm_db2 PECL extensions do not support PHP 7.3 yet.
  • Loading branch information
BenMorel committed Nov 15, 2018
1 parent 6331151 commit 783a278
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,15 +411,6 @@ jobs:
before_script:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: 7.3
env: DB=sqlsrv
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: Test
php: 7.1
Expand All @@ -439,15 +430,6 @@ jobs:
before_script:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: 7.3
env: DB=pdo_sqlsrv
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: Test
env: DB=ibm_db2 COVERAGE=yes
Expand All @@ -466,15 +448,6 @@ jobs:
before_script:
- bash ./tests/travis/install-db2.sh
- bash ./tests/travis/install-db2-$DB.sh
- stage: Test
php: 7.3
env: DB=ibm_db2
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-db2.sh
- bash ./tests/travis/install-db2-$DB.sh

- stage: Test
php: 7.1
Expand Down

0 comments on commit 783a278

Please sign in to comment.