Run tests also with the stable version of dependencies
This commit is contained in:
parent
d6212dd09e
commit
80a94727ee
@ -55,6 +55,10 @@ jobs:
|
||||
env: DB=sqlite DEPENDENCIES=low
|
||||
install: travis_retry composer update --prefer-dist --prefer-lowest
|
||||
|
||||
- stage: Test
|
||||
env: DB=sqlite DEPENDENCIES=stable
|
||||
install: travis_retry composer update --prefer-dist --prefer-stable
|
||||
|
||||
- stage: Test
|
||||
env: DB=sqlite COVERAGE
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user