Skip to content

Commit

Permalink
use the default psalm matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jan 16, 2025
1 parent 5d68c8a commit 2a5012f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ jobs:
uses: innmind/github-workflows/.github/workflows/coverage-matrix.yml@main
secrets: inherit
psalm:
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 }}
uses: innmind/github-workflows/.github/workflows/psalm-matrix.yml@main
cs:
uses: innmind/github-workflows/.github/workflows/cs.yml@main
with:
Expand Down

0 comments on commit 2a5012f

Please sign in to comment.