Skip to content

Commit 0234869

Browse files
authored
Add extension filter to spc-min
1 parent 0835636 commit 0234869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
switch ("${{ matrix.combination }}") {
3131
"spc-min" {
32-
Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,iconv,mbstring,tokenizer,phar"
32+
Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,filter,iconv,mbstring,tokenizer,phar"
3333
Add-Content -Path $env:GITHUB_OUTPUT -Value "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_WINDOWS_SPC_MIN }}"
3434
}
3535
"spc-max" {

0 commit comments

Comments
 (0)