Skip to content

Commit 1e0a6a6

Browse files
committed
Add php-version-list input to the extension dispatch workflow
1 parent 3037d36 commit 1e0a6a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/extension.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
extension-ref:
1010
description: 'Extension ref'
1111
required: true
12+
php-version-list:
13+
description: 'PHP versions to build'
14+
required: false
1215
args:
1316
description: 'Configure arguments'
1417
required: false
@@ -48,6 +51,7 @@ jobs:
4851
with:
4952
extension-url: ${{ inputs.extension-url }}
5053
extension-ref: ${{ inputs.extension-ref }}
54+
php-version-list: ${{ inputs.php-version-list }}
5155
arch-list: 'x64, x86'
5256
ts-list: 'nts, ts'
5357

0 commit comments

Comments
 (0)