File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1414
1515env :
1616 global :
17- - DRIVER_VERSION=1.6.0
17+ - DRIVER_VERSION=1.7.0
18+ # TODO: remove once a 1.7 driver release has been tagged
19+ - DRIVER_BRANCH="master"
1820 - SERVER_DISTRO=ubuntu1604
1921 - SERVER_VERSION=4.2.0
2022 - DEPLOYMENT=STANDALONE
@@ -112,17 +114,19 @@ jobs:
112114 env :
113115 - DEPLOYMENT=SHARDED_CLUSTER_RS
114116
117+ # TODO: re-enable once v1.7 has been branched in PHPC
115118 # Test next patch release for driver
116- - stage : Test
117- php : " 7.3"
118- env :
119- - DRIVER_BRANCH="v1.6 "
119+ # - stage: Test
120+ # php: "7.3"
121+ # env:
122+ # - DRIVER_BRANCH="v1.7 "
120123
124+ # TODO: re-enable once v1.7 has been branched in PHPC
121125 # Test next minor release for driver
122- - stage : Test
123- php : " 7.3"
124- env :
125- - DRIVER_BRANCH="master"
126+ # - stage: Test
127+ # php: "7.3"
128+ # env:
129+ # - DRIVER_BRANCH="master"
126130
127131before_install :
128132 - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
Original file line number Diff line number Diff line change 1313 "php" : " ^5.6 || ^7.0" ,
1414 "ext-hash" : " *" ,
1515 "ext-json" : " *" ,
16- "ext-mongodb" : " ^1.6 "
16+ "ext-mongodb" : " ^1.7 "
1717 },
1818 "require-dev" : {
1919 "phpunit/phpunit" : " ^5.7.27 || ^6.4 || ^8.3" ,
You can’t perform that action at this time.
0 commit comments