Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Gautier <[email protected]>
  • Loading branch information
mykiwi committed Jan 7, 2025
1 parent cc2860c commit d3c99d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d3c99d3

Please sign in to comment.