Skip to content

Commit 12e5646

Browse files
authored
Run tests on extension 2.3.0 (#1883)
1 parent 58d27db commit 12e5646

6 files changed

Lines changed: 16 additions & 54 deletions

File tree

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

Lines changed: 10 additions & 35 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: 2 additions & 7 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.3.0 is released
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,9 +13,8 @@
1613
vars:
1714
PHP_VERSION: "%phpVersion%"
1815
- func: "compile extension"
19-
# TODO: Switch to EXTENSION_VERSION: "2.3.0" when 2.3.0 is released on PECL
2016
vars:
21-
EXTENSION_BRANCH: "v2.x"
17+
EXTENSION_VERSION: "2.3.0"
2218
- func: "upload extension"
2319
- name: "build-php-%phpVersion%-next-stable"
2420
tags: ["build", "php%phpVersion%", "next-stable", "pr", "tag"]
@@ -27,9 +23,8 @@
2723
vars:
2824
PHP_VERSION: "%phpVersion%"
2925
- func: "compile extension"
30-
# TODO: Switch to EXTENSION_VERSION: "2.3.0" when 2.3.0 is released on PECL
3126
vars:
32-
EXTENSION_BRANCH: "v2.x"
27+
EXTENSION_BRANCH: "v2.3"
3328
- func: "upload extension"
3429
- name: "build-php-%phpVersion%-next-minor"
3530
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.3.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.3.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.5"
22-
# TODO: change to "stable" once 2.3.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.3.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)