Skip to content

Commit

Permalink
fix(github/roave-bc-check): wrong composer script name
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 12, 2024
1 parent a2102dd commit fc4e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roave-bc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
composer update --no-interaction --no-progress --ansi
- name: Check for BC breaks
run: composer bc-checks
run: composer check-bcs

0 comments on commit fc4e0df

Please sign in to comment.