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 31c7925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
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/psalm.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "psalm*"
- "tests/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/static-analysis.yml"
- ".github/workflows/psalm.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

0 comments on commit 31c7925

Please sign in to comment.