Skip to content

Commit a0b67f3

Browse files
authored
feat: add Make in versions tasks (#128)
1 parent e52c047 commit a0b67f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ ci: coverage warmup lint
8989

9090

9191
## —— Other tools and helpers 🔨 ———————————————————————————————————————————————
92-
versions: version-php version-composer version-symfony version-phpunit version-phpstan version-php-cs-fixer ## Output current stack versions
92+
versions: version-make version-php version-composer version-symfony version-phpunit version-phpstan version-php-cs-fixer ## Output current stack versions
93+
version-make:
94+
@echo '—— Make ———————————————————————————————————————————————————————————'
95+
@$(MAKE) --version
9396
version-php:
9497
@echo '—— PHP ————————————————————————————————————————————————————————————'
9598
@php -v

0 commit comments

Comments
 (0)