Skip to content

Commit d3c99d3

Browse files
committed
wording
Signed-off-by: Romain Gautier <[email protected]>
1 parent cc2860c commit d3c99d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ help:
1010
tests-outputs: php84 ## Run tests inside docker containers and save outputs inside `tests-outputs` directory
1111

1212
tests-outputs-all-versions: ## Same, but with each actively maintained PHP version
13-
make -j4 build-matrix
13+
make -j4 run-all-versions
1414

15-
build-matrix: php84 php83 php82 php81
15+
run-all-versions: php84 php83 php82 php81
1616

1717
php84:
1818
PHP_VERSION=8.4 $(BAKE)

0 commit comments

Comments
 (0)