Skip to content

Commit

Permalink
Disable d7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 17, 2024
1 parent dce501c commit 2321d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2321d9b

Please sign in to comment.