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 ab1e91a commit fc543d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,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 fc543d7

Please sign in to comment.