From 2321d9b6da0e0ecd0762796f1e05eab0af355e47 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Tue, 17 Dec 2024 10:31:22 +0300 Subject: [PATCH] Disable d7 tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e43918f..c72935b 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ else ifeq ($(PHP_VER),8.4) 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 +# cd ./tests/7 && IMAGE=$(REPO):$(TAG) ./run.sh endif push: