Skip to content

Commit 0ae74da

Browse files
Merge v1.20 into master (#1379)
2 parents 1b630a4 + 131e002 commit 0ae74da

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 5 additions & 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- func: "compile extension"
88
# TODO: remove once 1.20.0 is released
99
vars:
10-
EXTENSION_BRANCH: "master"
10+
EXTENSION_BRANCH: "v1.20"
1111
- func: "upload extension"
1212
# TODO: re-enable once 1.20.0 is released
1313
# - name: "build-php-%phpVersion%-lowest"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
PHP_VERSION: "8.2"
1818
# TODO: change to "stable" once 1.20.0 is released
1919
# DRIVER_VERSION: "stable"
20-
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
20+
DRIVER_VERSION: "mongodb/mongo-php-driver@v1.20"
2121

2222
jobs:
2323
phpcs:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
PHP_VERSION: "8.2"
2424
# TODO: change to "stable" once 1.20.0 is released
2525
# DRIVER_VERSION: "stable"
26-
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
26+
DRIVER_VERSION: "mongodb/mongo-php-driver@v1.20"
2727

2828
jobs:
2929
psalm:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
# TODO: change to "stable" once 1.20.0 is released
1818
# DRIVER_VERSION: "stable"
19-
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
19+
DRIVER_VERSION: "mongodb/mongo-php-driver@v1.20"
2020

2121
jobs:
2222
phpunit:

0 commit comments

Comments
 (0)