summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-07-20 13:30:46 +0100
committerAndres Rey <[email protected]>2019-07-20 13:30:46 +0100
commita36644161039c4e9e1032e920bcdfe517cfa0f84 (patch)
tree46e453710a3168de31f2478bacabaf72f0cffafa /Makefile
parent7a891e1a57bb7090e3024a997cbb52e03ef92a40 (diff)
Update makefile and dc files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e674684..c480430 100644
--- a/Makefile
+++ b/Makefile
@@ -3,19 +3,19 @@
test-all: start test-7.3 test-7.2 test-7.1 test-7.0 stop
test-7.3:
- docker-compose exec php-7.3 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+ docker-compose exec php-7.3-libxml-2.9.9 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
test-7.2:
- docker-compose exec php-7.2 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+ docker-compose exec php-7.2-libxml-2.9.9 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
test-7.1:
- docker-compose exec php-7.1 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+ docker-compose exec php-7.1-libxml-2.9.9 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
test-7.0:
- docker-compose exec php-7.0 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+ docker-compose exec php-7.0-libxml-2.9.9 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
start:
- docker-compose up -d
+ docker-compose up -d php-7.3-libxml-2.9.9 php-7.2-libxml-2.9.9 php-7.1-libxml-2.9.9 php-7.0-libxml-2.9.9
stop:
docker-compose stop