We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 209e5fe + e2ac549 commit 8e78f33Copy full SHA for 8e78f33
Makefile
@@ -1,6 +1,6 @@
1
test:
2
- docker-compose run test composer install
3
- docker-compose run test ./vendor/bin/phpunit --process-isolation tests/
+ docker compose run test composer install
+ docker compose run test ./vendor/bin/phpunit --process-isolation tests/
4
5
testhost:
6
composer install --ignore-platform-reqs
docker-compose.yml
@@ -1,4 +1,3 @@
-version: '2'
services:
image: silintl/php8:8.1
0 commit comments