Skip to content

Commit

Permalink
droped Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Nov 28, 2024
1 parent da0dbd1 commit 8d1c63b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
/phpcs.xml.dist export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/tests/ export-ignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
name: "Static Analysis"
name: "Static Analysis with PHPStan"

on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/static-analysis.yml"
- ".github/workflows/phpstan.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "psalm*"
- "tests/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/static-analysis.yml"
- ".github/workflows/phpstan.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "psalm*"
- "tests/**"

jobs:
static-analysis:
phpstan:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis[email protected]"
uses: "doctrine/.github/.github/workflows/psalm[email protected]"
with:
php-version: "8.3"
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"doctrine/coding-standard": "^12.0.0",
"phpdocumentor/guides-cli": "^1.5.0",
"phpstan/phpstan": "^2.0.2",
"phpunit/phpunit": "^10.5.38",
"vimeo/psalm": "^5.26.1"
"phpunit/phpunit": "^10.5.38"
},
"autoload": {
"psr-4": {
Expand Down
17 changes: 0 additions & 17 deletions psalm.xml

This file was deleted.

0 comments on commit 8d1c63b

Please sign in to comment.