Skip to content

Commit

Permalink
Sync CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 16, 2024
1 parent 5fd44c4 commit 2635e38
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 @@ -73,7 +73,7 @@ jobs:
vendor/bin/phpunit
fi
- name: Validate prefer-lowest
if: matrix.prefer-lowest == 'prefer-lowest
if: matrix.prefer-lowest == 'prefer-lowest'
run: vendor/bin/validate-prefer-lowest -m

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 2635e38

Please sign in to comment.