Skip to content

Commit

Permalink
Removes Composer require checker from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azambon committed Nov 15, 2022
1 parent 320ee11 commit d757538
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction

- name: Composer Require Checker
run: composer-require-checker

- name: PHPUnit tests
run: vendor/bin/phpunit tests

0 comments on commit d757538

Please sign in to comment.