From 36ed2eff93a0268434cbdc8f49595e36c0cf4574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sun, 12 Jan 2025 00:20:42 +0100 Subject: [PATCH] Run Psalm on PHP 8.3 --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index c1d4b745b..9442bf6ed 100644 --- a/app/Makefile +++ b/app/Makefile @@ -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/