Skip to content

Commit

Permalink
update deps after psalm removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Nov 30, 2024
1 parent f79b33e commit 72e6059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
dependency-versions: ${{ matrix.dependencies }}
composer-options: '--no-dev'
- name: 'Remove conflict on Psalm'
run: composer remove --dev vimeo/psalm
run: composer remove --dev vimeo/psalm && composer update
- name: PHPUnit
run: vendor/bin/phpunit --fail-on-risky --coverage-clover=coverage.clover
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 72e6059

Please sign in to comment.