Skip to content

Commit

Permalink
Run Psalm on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Jan 11, 2025
1 parent 3c4d828 commit 36ed2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ phpstan-vendor:
vendor/phpstan/phpstan/phpstan -vvv --ansi analyse --configuration phpstan-vendor.neon

psalm:
vendor/bin/psalm.phar
php8.3 vendor/bin/psalm.phar

tester:
vendor/nette/tester/src/tester -s -c tests/php-unix.ini -d zend.assertions=1 --colors 1 --coverage temp/coverage.html --coverage-src src/ tests/
Expand Down

0 comments on commit 36ed2ef

Please sign in to comment.