Skip to content

Commit

Permalink
run psalm against php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jan 16, 2025
1 parent f53af7c commit dbf8df0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
uses: innmind/github-workflows/.github/workflows/coverage-matrix.yml@main
secrets: inherit
psalm:
uses: innmind/github-workflows/.github/workflows/psalm-matrix.yml@main
uses: innmind/github-workflows/.github/workflows/psalm.yml@main
strategy:
matrix:
php-version: ['8.2', '8.3', '8.4']
dependency-versions: ['lowest', 'highest']
name: 'Psalm'
with:
php-version: ${{ matrix.php-version }}
dependency-versions: ${{ matrix.dependency-versions }}
cs:
uses: innmind/github-workflows/.github/workflows/cs.yml@main
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"require-dev": {
"vimeo/psalm": "~5.6",
"vimeo/psalm": "~5.6|dev-master",
"innmind/black-box": "^5.5.1",
"innmind/coding-standard": "~2.0"
},
Expand Down

0 comments on commit dbf8df0

Please sign in to comment.