summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-06-11 23:13:05 +0100
committerAndres Rey <[email protected]>2019-06-11 23:13:05 +0100
commite38cbfaebd1f826233f7a0e07c66a52f44e9b796 (patch)
tree1ee0cb7785c82c0849eb07e94e3cfc962c284448 /Makefile
parent7b2cf4b2a6b4de84adcef158ed7ace439afbd0ce (diff)
Add PHP7.3 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be95942..8569846 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
-.PHONY: test-all start test-7.2 test-7.1 test-7.0 stop
+.PHONY: test-all start test-7.3 test-7.2 test-7.1 test-7.0 stop
-test-all: start test-7.2 test-7.1 test-7.0 stop
+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
test-7.2:
docker-compose exec php-7.2 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml