Fix dbase versions in build matrix

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-12-19 17:24:48 -03:00
parent b0747a8070
commit 74d4510c3a

View File

@ -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