include docker.mk

.PHONY: test

DRUPAL_VER ?= 10
PHP_VER ?= 8.2

test:
	cd ./tests/$(DRUPAL_VER) && PHP_VER=$(PHP_VER) ./run.sh
