Skip to content

Commit 5e802f0

Browse files
authored
Merge pull request #738 from alcaeus/phpc-beta
Test against 1.8 beta versions on travis-ci
2 parents ea50ebf + 57ef086 commit 5e802f0

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.travis.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ cache:
2222

2323
env:
2424
global:
25-
- DRIVER_VERSION=1.8.0
26-
# Todo: Remove when v1.8 has been branched
27-
- DRIVER_BRANCH="master"
25+
- DRIVER_VERSION=1.8.0beta1
2826
- SERVER_DISTRO=enterprise-ubuntu1604
2927
- SERVER_VERSION=4.2.0
3028
- DEPLOYMENT=STANDALONE
@@ -127,18 +125,16 @@ jobs:
127125
- DEPLOYMENT=SHARDED_CLUSTER_RS
128126

129127
# Test next patch release for driver
130-
# Todo: enable when v1.8 has been branched
131-
# - stage: Test
132-
# php: "7.3"
133-
# env:
134-
# - DRIVER_BRANCH="v1.8"
128+
- stage: Test
129+
php: "7.3"
130+
env:
131+
- DRIVER_BRANCH="v1.8"
135132

136133
# Test next minor release for driver
137-
# Todo: enable when v1.8 has been branched
138-
# - stage: Test
139-
# php: "7.3"
140-
# env:
141-
# - DRIVER_BRANCH="master"
134+
- stage: Test
135+
php: "7.3"
136+
env:
137+
- DRIVER_BRANCH="master"
142138

143139
before_install:
144140
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`

0 commit comments

Comments
 (0)