Skip to content

Commit 7e582c3

Browse files
committed
Test against MongoDB 4.2 stable
1 parent a6b86d5 commit 7e582c3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
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

@@ -44,7 +44,7 @@ jobs:
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
@@ -66,6 +66,10 @@ jobs:
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
@@ -94,13 +98,6 @@ jobs:
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-
104101
before_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}

0 commit comments

Comments
 (0)