File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 16
16
global :
17
17
- DRIVER_VERSION=1.6.0alpha3
18
18
- SERVER_DISTRO=ubuntu1604
19
- - SERVER_VERSION=4.0.10
19
+ - SERVER_VERSION=4.2.0
20
20
- DEPLOYMENT=STANDALONE
21
21
- COMPOSER_OPTIONS=
22
22
44
44
env :
45
45
- COMPOSER_OPTIONS=--prefer-lowest
46
46
47
- # Test older standalone server versions (3.0-3.6 )
47
+ # Test older standalone server versions (3.0-4.0 )
48
48
- stage : Test
49
49
php : " 7.0"
50
50
dist : trusty
66
66
php : " 7.0"
67
67
env :
68
68
- SERVER_VERSION=3.6.13
69
+ - stage : Test
70
+ php : " 7.3"
71
+ env :
72
+ - SERVER_VERSION=4.0.12
69
73
70
74
# Test other server configurations
71
75
- stage : Test
94
98
env :
95
99
- DEPLOYMENT=SHARDED_CLUSTER_RS
96
100
97
- # Test upcoming server versions
98
- - stage : Test
99
- php : " 7.3"
100
- env :
101
- - SERVER_VERSION=4.2.0-rc1
102
- - DEPLOYMENT=REPLICASET
103
-
104
101
before_install :
105
102
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
106
103
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
You can’t perform that action at this time.
0 commit comments