diff --git a/Makefile b/Makefile index 23c6fe4..e43918f 100644 --- a/Makefile +++ b/Makefile @@ -69,12 +69,13 @@ test: ifeq ($(PHP_VER),8.3) @echo "Drupal 7 doesn't support PHP 8.3" cd ./tests/11 && IMAGE=$(REPO):$(TAG) ./run.sh -# cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh + cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh else ifeq ($(PHP_VER),8.4) @echo "Drupal 7 doesn't support PHP 8.4" cd ./tests/11 && IMAGE=$(REPO):$(TAG) ./run.sh -# cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh + cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh else + @echo "Drupal 11 doesn't support PHP <8.3" cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh cd ./tests/7 && IMAGE=$(REPO):$(TAG) ./run.sh endif