File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 18
18
- SERVER_DISTRO=ubuntu1604
19
19
- SERVER_VERSION=4.0.10
20
20
- DEPLOYMENT=STANDALONE
21
+ - COMPOSER_OPTIONS=
21
22
22
23
jobs :
23
24
allow_failures :
40
41
- stage : Test
41
42
php : " 7.4snapshot"
42
43
44
+ # Test against lowest supported dependencies
45
+ - stage : Test
46
+ php : " 5.6"
47
+ env :
48
+ - COMPOSER_OPTIONS=--prefer-lowest
49
+
43
50
# Test older standalone server versions (3.0-3.6)
44
51
- stage : Test
45
52
php : " 7.0"
@@ -124,7 +131,7 @@ before_script:
124
131
- .travis/setup_mo.sh
125
132
- pecl install -f mongodb-${DRIVER_VERSION}
126
133
- php --ri mongodb
127
- - composer install --no-interaction --no-progress --no-suggest
134
+ - composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable ${COMPOSER_OPTIONS}
128
135
- ulimit -c
129
136
- ulimit -c unlimited -S
130
137
You can’t perform that action at this time.
0 commit comments