Skip to content

Commit c9ad572

Browse files
committed
Bump PHPC requirement to 1.21-dev
1 parent 694a2c2 commit c9ad572

File tree

4 files changed

+38
-12
lines changed

4 files changed

+38
-12
lines changed

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

Lines changed: 28 additions & 8 deletions
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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
vars:
66
PHP_VERSION: "%phpVersion%"
77
- func: "compile extension"
8+
# TODO: remove once 1.21.0 is released
9+
vars:
10+
EXTENSION_VERSION: "v1.x"
811
- func: "upload extension"
912
- name: "build-php-%phpVersion%-lowest"
1013
tags: ["build", "php%phpVersion%", "lowest", "pr", "tag"]
@@ -14,7 +17,8 @@
1417
PHP_VERSION: "%phpVersion%"
1518
- func: "compile extension"
1619
vars:
17-
EXTENSION_VERSION: "1.20.0"
20+
# TODO: change to "1.21.0" once 1.21.0 is released
21+
EXTENSION_VERSION: "v1.x"
1822
- func: "upload extension"
1923
- name: "build-php-%phpVersion%-next-stable"
2024
tags: ["build", "php%phpVersion%", "next-stable", "pr", "tag"]
@@ -24,7 +28,8 @@
2428
PHP_VERSION: "%phpVersion%"
2529
- func: "compile extension"
2630
vars:
27-
EXTENSION_BRANCH: "v1.20"
31+
# TODO: change to "v1.21" once 1.21.0 is released
32+
EXTENSION_BRANCH: "v1.x"
2833
- func: "upload extension"
2934
- name: "build-php-%phpVersion%-next-minor"
3035
tags: ["build", "php%phpVersion%", "next-minor"]

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
- "feature/*"
1313

1414
env:
15-
DRIVER_VERSION: "stable"
15+
# TODO: change to "stable" once 1.21.0 is released
16+
DRIVER_VERSION: "mongodb/mongo-php-driver@v1.x"
1617

1718
jobs:
1819
phpunit:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1",
1414
"ext-hash": "*",
1515
"ext-json": "*",
16-
"ext-mongodb": "^1.20.0",
16+
"ext-mongodb": "^1.21.0",
1717
"composer-runtime-api": "^2.0",
1818
"psr/log": "^1.1.4|^2|^3",
1919
"symfony/polyfill-php80": "^1.27",

0 commit comments

Comments
 (0)