diff --git a/Makefile b/Makefile index 9a02754e..c90dcb10 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ help: tests-outputs: php84 ## Run tests inside docker containers and save outputs inside `tests-outputs` directory tests-outputs-all-versions: ## Same, but with each actively maintained PHP version - make -j4 build-matrix + make -j4 run-all-versions -build-matrix: php84 php83 php82 php81 +run-all-versions: php84 php83 php82 php81 php84: PHP_VERSION=8.4 $(BAKE)