File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 - 5.4
55 - 5.5
66 - 5.6
7+ - 7.0
78
89env :
910 global :
1213 - MONGO_REPO_TYPE="precise/mongodb-enterprise/"
1314 - SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list"
1415 matrix :
15- - DRIVER_VERSION=1.1.0 SERVER_VERSION=2.4
16- - DRIVER_VERSION=1.1.0 SERVER_VERSION=2.6
17- - DRIVER_VERSION=1.1.0 SERVER_VERSION=3.0
16+ - DRIVER_VERSION=1.1.1 SERVER_VERSION=2.4
17+ - DRIVER_VERSION=1.1.1 SERVER_VERSION=2.6
18+ - DRIVER_VERSION=1.1.1 SERVER_VERSION=3.0
19+ - DRIVER_VERSION=1.1.1 SERVER_VERSION=3.2
1820
1921before_install :
2022 - sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10
23+ - sudo apt-key adv --keyserver ${KEY_SERVER} --recv EA312927
2124 - echo "deb ${MONGO_REPO_URI} ${MONGO_REPO_TYPE}${SERVER_VERSION} multiverse" | sudo tee ${SOURCES_LOC}
2225 - sudo apt-get update -qq
2326
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " >=5.4" ,
14- "ext-mongodb" : " ^1.1.0 "
14+ "ext-mongodb" : " ^1.1.1 "
1515 },
1616 "autoload" : {
1717 "psr-4" : { "MongoDB\\ " : " src/" },
You can’t perform that action at this time.
0 commit comments