Skip to content

Commit e2ac549

Browse files
committed
update docker-compose to docker compose
1 parent 209e5fe commit e2ac549

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test:
2-
docker-compose run test composer install
3-
docker-compose run test ./vendor/bin/phpunit --process-isolation tests/
2+
docker compose run test composer install
3+
docker compose run test ./vendor/bin/phpunit --process-isolation tests/
44

55
testhost:
66
composer install --ignore-platform-reqs

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '2'
21
services:
32
test:
43
image: silintl/php8:8.1

0 commit comments

Comments
 (0)