Skip to content

Commit f530131

Browse files
committed
Remove: Test against development driver version
1 parent 6d7fd37 commit f530131

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@ axes:
480480
- id: "latest"
481481
display_name: "1.10-dev (master)"
482482
variables:
483-
EXTENSION_BRANCH: "master"
483+
EXTENSION_REPO: "https://github.com/alcaeus/mongo-php-driver"
484+
EXTENSION_BRANCH: "phpc-1841"
484485
# - id: "1.10-dev"
485486
# display_name: "1.10-dev"
486487
# variables:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mongodb-version:
2727
- "4.4"
2828
driver-version:
29-
- "mongodb/mongo-php-driver@master"
29+
- "alcaeus/mongo-php-driver@phpc-1841"
3030
topology:
3131
- "server"
3232
include:

0 commit comments

Comments
 (0)