Skip to content

Commit fb9ae45

Browse files
committed
Test against v2.x
1 parent b3cd950 commit fb9ae45

File tree

6 files changed

+6
-20
lines changed

6 files changed

+6
-20
lines changed

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

+1-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

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@
3434
PHP_VERSION: "%phpVersion%"
3535
- func: "compile extension"
3636
vars:
37-
# TODO: replace with "v2.x" once mongodb/mongo-php-driver#1790 is merged
38-
# EXTENSION_BRANCH: "v2.x"
39-
EXTENSION_REPO: "https://github.com/jmikola/mongo-php-driver.git"
40-
EXTENSION_BRANCH: "2.x-bulkwrite"
37+
EXTENSION_BRANCH: "v2.x"
4138
- func: "upload extension"

.github/workflows/coding-standards.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
PHP_VERSION: "8.2"
1616
# TODO: change to "stable" once 2.0.0 is released
1717
# DRIVER_VERSION: "stable"
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]"
18+
DRIVER_VERSION: "mongodb/[email protected]"
2119

2220
jobs:
2321
phpcs:

.github/workflows/generator.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
PHP_VERSION: "8.2"
1616
# TODO: change to "stable" once 2.0.0 is released
1717
# DRIVER_VERSION: "stable"
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]"
18+
DRIVER_VERSION: "mongodb/[email protected]"
2119

2220
jobs:
2321
diff:

.github/workflows/static-analysis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ env:
2121
PHP_VERSION: "8.2"
2222
# TODO: change to "stable" once 2.0.0 is released
2323
# DRIVER_VERSION: "stable"
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]"
24+
DRIVER_VERSION: "mongodb/[email protected]"
2725

2826
jobs:
2927
psalm:

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ on:
1414
env:
1515
# TODO: change to "stable" once 2.0.0 is released
1616
# DRIVER_VERSION: "stable"
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]"
17+
DRIVER_VERSION: "mongodb/[email protected]"
2018

2119
jobs:
2220
phpunit:

0 commit comments

Comments
 (0)