Skip to content

Commit

Permalink
Disable psalm on 8.4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Nov 23, 2024
1 parent 037f30a commit 4bc32c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- operating-system: 'ubuntu-latest'
php-version: '8.4'
psalm: none

- operating-system: 'windows-latest'
php-version: '8.1'
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:

- name: Run static analysis
run: vendor/bin/psalm.phar
if: matrix.psalm != 'none'

- name: Run style fixer
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpunit/phpunit": "^9",
"amphp/php-cs-fixer-config": "^2",
"league/uri": "^6.8 | ^7.1",
"psalm/phar": "^5.4"
"psalm/phar": "^5.26.1"
},
"scripts": {
"test": "php -dzend.assertions=1 -dassert.exception=1 vendor/bin/phpunit",
Expand Down

0 comments on commit 4bc32c1

Please sign in to comment.