Skip to content

Commit 9be2bf8

Browse files
authored
Update build-php-unix.yml
1 parent 725184a commit 9be2bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: process-env
3030
shell: bash
3131
run: |
32-
case "${{ martix.combination }}" in
32+
case "${{ matrix.combination }}" in
3333
minimal)
3434
echo "EXTENSIONS=pcntl,posix,mbstring,tokenizer,phar" >> "$GITHUB_OUTPUT"
3535
echo "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_MINIMAL }}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)