From 74d4510c3afdd533c8ba350389530df242825b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 19 Dec 2019 17:24:48 -0300 Subject: [PATCH] Fix dbase versions in build matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86776dc7eb..b37a20a175 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,13 +107,13 @@ matrix: env: CI_MODE=test DBASE=true install: - pecl channel-update pecl.php.net - - pecl install dbase-7.0.0beta1 + - pecl install dbase - test/ci-install-test - php: "5.6" env: CI_MODE=test DBASE=true install: - pecl channel-update pecl.php.net - - pecl install dbase + - pecl install dbase-5.1.1 - test/ci-install-test - php: "nightly" env: CI_MODE=test