Skip to content

Commit 6960db0

Browse files
authored
Test stable extension version in CI (#1615)
1 parent 481cffa commit 6960db0

File tree

6 files changed

+14
-57
lines changed

6 files changed

+14
-57
lines changed

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

+8-36
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

+2-9
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 once 1.21.0 is released
9-
vars:
10-
EXTENSION_BRANCH: "v1.x"
118
- func: "upload extension"
129
- name: "build-php-%phpVersion%-lowest"
1310
tags: ["build", "php%phpVersion%", "lowest", "pr", "tag"]
@@ -17,9 +14,7 @@
1714
PHP_VERSION: "%phpVersion%"
1815
- func: "compile extension"
1916
vars:
20-
# TODO: change to "EXTENSION_VERSION: 1.21.0" once 1.21.0 is released
21-
# EXTENSION_VERSION: "1.21.0"
22-
EXTENSION_BRANCH: "v1.x"
17+
EXTENSION_VERSION: "1.21.0"
2318
- func: "upload extension"
2419
- name: "build-php-%phpVersion%-next-stable"
2520
tags: ["build", "php%phpVersion%", "next-stable", "pr", "tag"]
@@ -29,9 +24,7 @@
2924
PHP_VERSION: "%phpVersion%"
3025
- func: "compile extension"
3126
vars:
32-
# TODO: change to "v1.21" once 1.21.0 is released
33-
# EXTENSION_BRANCH: "v1.21"
34-
EXTENSION_BRANCH: "v1.x"
27+
EXTENSION_BRANCH: "v1.21"
3528
- func: "upload extension"
3629
- name: "build-php-%phpVersion%-next-minor"
3730
tags: ["build", "php%phpVersion%", "next-minor"]

.github/workflows/coding-standards.yml

+1-3
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 1.21.0 is released
17-
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/[email protected]"
16+
DRIVER_VERSION: "stable"
1917

2018
jobs:
2119
phpcs:

.github/workflows/generator.yml

+1-3
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 1.21.0 is released
17-
# DRIVER_VERSION: "stable"
18-
DRIVER_VERSION: "mongodb/[email protected]"
16+
DRIVER_VERSION: "stable"
1917

2018
jobs:
2119
psalm:

.github/workflows/static-analysis.yml

+1-3
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 1.21.0 is released
23-
# DRIVER_VERSION: "stable"
24-
DRIVER_VERSION: "mongodb/[email protected]"
22+
DRIVER_VERSION: "stable"
2523

2624
jobs:
2725
psalm:

.github/workflows/tests.yml

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

1414
env:
15-
# TODO: change to "stable" once 1.21.0 is released
16-
# DRIVER_VERSION: "stable"
17-
DRIVER_VERSION: "mongodb/[email protected]"
15+
DRIVER_VERSION: "stable"
1816

1917
jobs:
2018
phpunit:

0 commit comments

Comments
 (0)