From 54ba35f69d62a26abd583cba5bf86a1b8fbe4884 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Fri, 13 Dec 2024 17:14:08 +0300 Subject: [PATCH] Return D10 tests --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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