Skip to content

Commit ee242a4

Browse files
committed
1 parent 809a92e commit ee242a4

File tree

6 files changed

+32
-9
lines changed

6 files changed

+32
-9
lines changed

.evergreen/config/generated/build/build-extension.yml

+16-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.evergreen/config/templates/build/build-extension.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
- func: "compile extension"
88
# TODO: remove once 2.0.0 is released
99
vars:
10-
EXTENSION_BRANCH: "v2.x"
10+
# TODO: replace with "v2.x" once mongodb/mongo-php-driver#1790 is merged
11+
# EXTENSION_BRANCH: "v2.x"
12+
EXTENSION_REPO: "https://github.com/jmikola/mongo-php-driver.git"
13+
EXTENSION_BRANCH: "2.x-bulkwrite"
1114
- func: "upload extension"
1215
# TODO: re-enable once 2.0.0 is released
1316
# - name: "build-php-%phpVersion%-lowest"

.github/workflows/coding-standards.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ env:
1515
PHP_VERSION: "8.2"
1616
# TODO: change to "stable" once 2.0.0 is released
1717
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/[email protected]"
18+
# TODO: change to "mongodb/[email protected]" once mongodb/mongo-php-driver#1790 is merged
19+
# DRIVER_VERSION: "mongodb/[email protected]"
20+
DRIVER_VERSION: "jmikola/[email protected]"
1921

2022
jobs:
2123
phpcs:

.github/workflows/generator.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ env:
1515
PHP_VERSION: "8.2"
1616
# TODO: change to "stable" once 2.0.0 is released
1717
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/[email protected]"
18+
# TODO: change to "mongodb/[email protected]" once mongodb/mongo-php-driver#1790 is merged
19+
# DRIVER_VERSION: "mongodb/[email protected]"
20+
DRIVER_VERSION: "jmikola/[email protected]"
1921

2022
jobs:
2123
psalm:

.github/workflows/static-analysis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ env:
2121
PHP_VERSION: "8.2"
2222
# TODO: change to "stable" once 2.0.0 is released
2323
# DRIVER_VERSION: "stable"
24-
DRIVER_VERSION: "mongodb/[email protected]"
24+
# TODO: change to "mongodb/[email protected]" once mongodb/mongo-php-driver#1790 is merged
25+
# DRIVER_VERSION: "mongodb/[email protected]"
26+
DRIVER_VERSION: "jmikola/[email protected]"
2527

2628
jobs:
2729
psalm:

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ on:
1414
env:
1515
# TODO: change to "stable" once 2.0.0 is released
1616
# DRIVER_VERSION: "stable"
17-
DRIVER_VERSION: "mongodb/[email protected]"
17+
# TODO: change to "mongodb/[email protected]" once mongodb/mongo-php-driver#1790 is merged
18+
# DRIVER_VERSION: "mongodb/[email protected]"
19+
DRIVER_VERSION: "jmikola/[email protected]"
1820

1921
jobs:
2022
phpunit:

0 commit comments

Comments
 (0)