We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3c60e commit 5c2b1b3Copy full SHA for 5c2b1b3
.github/workflows/build-php-windows.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
switch ("${{ matrix.combination }}") {
31
"spc-min" {
32
- Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,mbstring,tokenizer,phar"
+ Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,iconv,mbstring,tokenizer,phar"
33
Add-Content -Path $env:GITHUB_OUTPUT -Value "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_WINDOWS_SPC_MIN }}"
34
}
35
"spc-max" {
0 commit comments