Skip to content

Commit 4207140

Browse files
committed
Additional fix
1 parent 482612c commit 4207140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test: ## Run tests. Params: {{ v=5.6 }}. Default latest PHP 5.6
1111
make down
1212

1313
down: ## Stop and remove containers, networks
14-
docker-compose down
14+
docker compose down
1515

1616
benchmark: ## Run benchmark. Params: {{ v=5.6 }}. Default latest PHP 5.6
1717
PHP_VERSION=$(filter-out $@,$(v)) docker compose build --pull yii2-queue-php

0 commit comments

Comments
 (0)