Add php-unit-test images and Vagrant template
Compare changes
php-unit-test/5.6/Dockerfile
0 → 100644
+ 19
− 0
This MR does the following:
php-unit-test
images for the PHP versions 5.6
, 7.0
, 7.1
, 7.2
$(BUILD_ARGS)
arguments to php-lint
and magento2
images. I believe this was just an oversight.all
task becomes large, and it is difficult to test a subset of images without calling all of them separately (e.g. make php-lint_5.6 && make php-lint_7.0 && make php-lint_7.1 && make php-lint_7.2
). With this change you can now run make php-lint
to build / test that entire subset of images.