Skip to content

Commit 0bec04a

Browse files
committed
Build against latest extension branch
1 parent 4b56af1 commit 0bec04a

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ tasks:
66
vars:
77
PHP_VERSION: "%phpVersion%"
88
- func: "compile extension"
9+
vars:
10+
EXTENSION_BRANCH: "master"
911
- func: "upload extension"

.evergreen/config/build/build-php-7.4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ tasks:
77
vars:
88
PHP_VERSION: "7.4"
99
- func: "compile extension"
10+
vars:
11+
EXTENSION_BRANCH: "master"
1012
- func: "upload extension"

.evergreen/config/build/build-php-8.0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ tasks:
77
vars:
88
PHP_VERSION: "8.0"
99
- func: "compile extension"
10+
vars:
11+
EXTENSION_BRANCH: "master"
1012
- func: "upload extension"

.evergreen/config/build/build-php-8.1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ tasks:
77
vars:
88
PHP_VERSION: "8.1"
99
- func: "compile extension"
10+
vars:
11+
EXTENSION_BRANCH: "master"
1012
- func: "upload extension"

.evergreen/config/build/build-php-8.2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ tasks:
77
vars:
88
PHP_VERSION: "8.2"
99
- func: "compile extension"
10+
vars:
11+
EXTENSION_BRANCH: "master"
1012
- func: "upload extension"

0 commit comments

Comments
 (0)