Fix dbase versions in build matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
b0747a8070
commit
74d4510c3a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user