Skip to content

Commit

Permalink
Simplify psalm (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jul 1, 2024
1 parent 31cf69a commit 5f2fe98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
['8.1', '8.2', '8.3']
psalm80:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
Expand All @@ -39,11 +39,3 @@ jobs:
['ubuntu-latest']
php: >-
['8.0']
psalm83:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm83.xml
os: >-
['ubuntu-latest']
php: >-
['8.3']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rector/rector": "1.0.*",
"roave/infection-static-analysis-plugin": "^1.25",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.24",
"vimeo/psalm": "^4.30|^5.25",
"yiisoft/di": "^1.2",
"yiisoft/psr-dummy-provider": "^1.0",
"yiisoft/test-support": "^3.0",
Expand Down
21 changes: 0 additions & 21 deletions psalm83.xml

This file was deleted.

0 comments on commit 5f2fe98

Please sign in to comment.