Skip to content

Commit

Permalink
Run Psalm 6 on PHP 8.4
Browse files Browse the repository at this point in the history
Partially reverts #463

Close #439
  • Loading branch information
spaze committed Jan 27, 2025
1 parent 3f921cc commit b5c37c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.4"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
Expand Down
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ phpstan-vendor:
vendor/phpstan/phpstan/phpstan -vvv --ansi analyse --configuration phpstan-vendor.neon

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

psalm-clear-cache:
php8.3 vendor/bin/psalm.phar --clear-cache
vendor/bin/psalm.phar --clear-cache

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 b5c37c7

Please sign in to comment.