From 783a278eaaca2cc32f2eb61d48639fbfccd9dcd6 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 15 Nov 2018 23:02:51 +0100 Subject: [PATCH] Don't test sqlsrv, pdo_sqlsrv and ibm_db2 on PHP 7.3 The sqlsrv and ibm_db2 PECL extensions do not support PHP 7.3 yet. --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.travis.yml b/.travis.yml index d317608f43c..22bef2b7129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 @@ -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