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 1616 global :
1717 - DRIVER_VERSION=1.6.0alpha3
1818 - SERVER_DISTRO=ubuntu1604
19- - SERVER_VERSION=4.0.10
19+ - SERVER_VERSION=4.2.0
2020 - DEPLOYMENT=STANDALONE
2121 - COMPOSER_OPTIONS=
2222
4444 env :
4545 - COMPOSER_OPTIONS=--prefer-lowest
4646
47- # Test older standalone server versions (3.0-3.6 )
47+ # Test older standalone server versions (3.0-4.0 )
4848 - stage : Test
4949 php : " 7.0"
5050 dist : trusty
6666 php : " 7.0"
6767 env :
6868 - SERVER_VERSION=3.6.13
69+ - stage : Test
70+ php : " 7.3"
71+ env :
72+ - SERVER_VERSION=4.0.12
6973
7074 # Test other server configurations
7175 - stage : Test
9498 env :
9599 - DEPLOYMENT=SHARDED_CLUSTER_RS
96100
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-
104101before_install :
105102 - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
106103 - export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
You can’t perform that action at this time.
0 commit comments