Skip to content

Commit e76d9f5

Browse files
authored
Test against stable 2.1 version of the extension (#1698)
1 parent 8bcdf7a commit e76d9f5

File tree

6 files changed

+4
-67
lines changed

6 files changed

+4
-67
lines changed

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

Lines changed: 0 additions & 44 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: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
vars:
66
PHP_VERSION: "%phpVersion%"
77
- func: "compile extension"
8-
# TODO: Remove vars to switch to latest stable version when 2.1.0 is releeased
9-
vars:
10-
EXTENSION_BRANCH: "v2.x"
118
- func: "upload extension"
129
- name: "build-php-%phpVersion%-lowest"
1310
tags: ["build", "php%phpVersion%", "lowest", "pr", "tag"]
@@ -16,10 +13,6 @@
1613
vars:
1714
PHP_VERSION: "%phpVersion%"
1815
- func: "compile extension"
19-
vars:
20-
# TODO: Switch to 2.1.0 when it is released
21-
# EXTENSION_VERSION: "2.0.0"
22-
EXTENSION_BRANCH: "v2.x"
2316
- func: "upload extension"
2417
- name: "build-php-%phpVersion%-next-stable"
2518
tags: ["build", "php%phpVersion%", "next-stable", "pr", "tag"]
@@ -28,10 +21,6 @@
2821
vars:
2922
PHP_VERSION: "%phpVersion%"
3023
- func: "compile extension"
31-
vars:
32-
# TODO: Switch to v2.1 when 2.1.0 is released
33-
# EXTENSION_VERSION: "v2.1"
34-
EXTENSION_BRANCH: "v2.x"
3524
- func: "upload extension"
3625
- name: "build-php-%phpVersion%-next-minor"
3726
tags: ["build", "php%phpVersion%", "next-minor"]

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ on:
1313

1414
env:
1515
PHP_VERSION: "8.2"
16-
# TODO: change to "stable" once 2.0.0 is released
17-
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/mongo-php-driver@v2.x"
16+
DRIVER_VERSION: "stable"
1917

2018
jobs:
2119
phpcs:

.github/workflows/generator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ on:
1313

1414
env:
1515
PHP_VERSION: "8.2"
16-
# TODO: change to "stable" once 2.0.0 is released
17-
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/mongo-php-driver@v2.x"
16+
DRIVER_VERSION: "stable"
1917

2018
jobs:
2119
diff:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ on:
1919

2020
env:
2121
PHP_VERSION: "8.2"
22-
# TODO: change to "stable" once 2.0.0 is released
23-
# DRIVER_VERSION: "stable"
24-
DRIVER_VERSION: "mongodb/mongo-php-driver@v2.x"
22+
DRIVER_VERSION: "stable"
2523

2624
jobs:
2725
psalm:

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
- "feature/*"
1313

1414
env:
15-
# TODO: change to "stable" once 2.0.0 is released
16-
# DRIVER_VERSION: "stable"
17-
DRIVER_VERSION: "mongodb/mongo-php-driver@v2.x"
15+
DRIVER_VERSION: "stable"
1816

1917
jobs:
2018
phpunit:

0 commit comments

Comments
 (0)