We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c211e0 commit 953dbc1Copy full SHA for 953dbc1
.evergreen/config.yml
@@ -439,7 +439,7 @@ axes:
439
variables:
440
DRIVER_VERSION: "1.8.1"
441
- id: "latest-stable"
442
- display_name: "1.8-stable"
+ display_name: "1.9-stable"
443
444
DRIVER_VERSION: "stable"
445
- id: "1.8-dev"
.travis.yml
@@ -51,17 +51,13 @@ jobs:
51
# Test against PHP 8
52
- stage: Test
53
php: "8.0snapshot"
54
- env:
55
- - DRIVER_VERSION="1.9.0RC1"
56
57
58
env:
59
60
- DEPLOYMENT=REPLICASET
61
62
63
64
65
- DEPLOYMENT=SHARDED_CLUSTER_RS
66
67
before_install:
0 commit comments