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 48dfe23 commit 1c4e969Copy full SHA for 1c4e969
.github/workflows/build-php-unix.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
case "${{ matrix.combination }}" in
33
minimal)
34
- echo "EXTENSIONS=pcntl,posix,mbstring,tokenizer,phar" >> "$GITHUB_OUTPUT"
+ echo "EXTENSIONS=pcntl,posix,mbstring,filter,tokenizer,phar" >> "$GITHUB_OUTPUT"
35
echo "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_MINIMAL }}" >> "$GITHUB_OUTPUT"
36
;;
37
common)
0 commit comments