Skip to content

Commit

Permalink
fix minor corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 5, 2024
1 parent 21ca91e commit 2c043e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ jobs:
['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']
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^9.6|^10.5",
"rector/rector": "^0.19",
"roave/infection-static-analysis-plugin": "^1.34",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.8|^5.20",
"vimeo/psalm": "^5.20",
"yiisoft/aliases": "^2.0",
"yiisoft/cache": "^3.0",
"yiisoft/db-sqlite": "^1.1",
Expand Down
19 changes: 0 additions & 19 deletions psalm80.xml

This file was deleted.

0 comments on commit 2c043e9

Please sign in to comment.