Skip to content

Commit

Permalink
temporarily remove Psalm until 8.4 support comes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikow13 committed Nov 26, 2024
1 parent 243f892 commit b842228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v

- name: Static Analysis
# temporarily remove Psalm until ready for PHP 8.4
if: matrix.php-versions != '8.4'
run: ./bin/psalm

- name: Test
Expand Down

0 comments on commit b842228

Please sign in to comment.