We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725184a commit 9be2bf8Copy full SHA for 9be2bf8
.github/workflows/build-php-unix.yml
@@ -29,7 +29,7 @@ jobs:
29
id: process-env
30
shell: bash
31
run: |
32
- case "${{ martix.combination }}" in
+ case "${{ matrix.combination }}" in
33
minimal)
34
echo "EXTENSIONS=pcntl,posix,mbstring,tokenizer,phar" >> "$GITHUB_OUTPUT"
35
echo "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_MINIMAL }}" >> "$GITHUB_OUTPUT"
0 commit comments