Skip to content

Commit 90b5573

Browse files
committed
tweak
1 parent c62e736 commit 90b5573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} php -m
9494
9595
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -v
96-
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
96+
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord --version
9797
9898
- name: Build and push (nginx)
9999
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)