Skip to content

Commit

Permalink
Removed composer validate lowest check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sabaa committed Feb 24, 2023
1 parent af30fbd commit b1e0600
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@ jobs:
- name: Composer Update
run: composer update --prefer-lowest --prefer-dist --no-interaction --profile -vvv

- name: Composer Install prefer lowest tool
run: composer require --dev dereuromark/composer-prefer-lowest;

- name: Run validation
run: vendor/bin/validate-prefer-lowest -m

0 comments on commit b1e0600

Please sign in to comment.