Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jul 9, 2024
1 parent 329f8c2 commit 7af21ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3']
psalm80:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm80.xml
os: >-
['ubuntu-latest']
php: >-
['8.0']
['8.0', '8.1', '8.2', '8.3']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0.0",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.25"
"vimeo/psalm": "^5.25"
},
"autoload": {
"psr-4": {
Expand Down
19 changes: 0 additions & 19 deletions psalm80.xml

This file was deleted.

0 comments on commit 7af21ae

Please sign in to comment.