Skip to content

Commit

Permalink
Return D10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 13, 2024
1 parent f249e15 commit 54ba35f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54ba35f

Please sign in to comment.