Skip to content

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 13, 2024
2 parents 8a73d0c + 1d11fe5 commit 861ae24
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 193 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,13 @@ buildx-push:

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
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
else
cd ./tests/10 && IMAGE=$(REPO):$(TAG) ./run.sh
cd ./tests/7 && IMAGE=$(REPO):$(TAG) ./run.sh
endif

push:
Expand Down
78 changes: 0 additions & 78 deletions tests/7/compose.yml

This file was deleted.

28 changes: 0 additions & 28 deletions tests/7/run.sh

This file was deleted.

84 changes: 0 additions & 84 deletions tests/7/tests.sh

This file was deleted.

0 comments on commit 861ae24

Please sign in to comment.