Skip to content

Commit 953dbc1

Browse files
committed
Update tested driver versions
1 parent 2c211e0 commit 953dbc1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ axes:
439439
variables:
440440
DRIVER_VERSION: "1.8.1"
441441
- id: "latest-stable"
442-
display_name: "1.8-stable"
442+
display_name: "1.9-stable"
443443
variables:
444444
DRIVER_VERSION: "stable"
445445
- id: "1.8-dev"

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,13 @@ jobs:
5151
# Test against PHP 8
5252
- stage: Test
5353
php: "8.0snapshot"
54-
env:
55-
- DRIVER_VERSION="1.9.0RC1"
5654
- stage: Test
5755
php: "8.0snapshot"
5856
env:
59-
- DRIVER_VERSION="1.9.0RC1"
6057
- DEPLOYMENT=REPLICASET
6158
- stage: Test
6259
php: "8.0snapshot"
6360
env:
64-
- DRIVER_VERSION="1.9.0RC1"
6561
- DEPLOYMENT=SHARDED_CLUSTER_RS
6662

6763
before_install:

0 commit comments

Comments
 (0)