We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2860c commit d3c99d3Copy full SHA for d3c99d3
Makefile
@@ -10,9 +10,9 @@ help:
10
tests-outputs: php84 ## Run tests inside docker containers and save outputs inside `tests-outputs` directory
11
12
tests-outputs-all-versions: ## Same, but with each actively maintained PHP version
13
- make -j4 build-matrix
+ make -j4 run-all-versions
14
15
-build-matrix: php84 php83 php82 php81
+run-all-versions: php84 php83 php82 php81
16
17
php84:
18
PHP_VERSION=8.4 $(BAKE)
0 commit comments