Skip to content

Commit

Permalink
Update backwards compatability check to compare against version 5.4.0…
Browse files Browse the repository at this point in the history
…. Version 5.4.0 is backwards compatible with 5.0.0, but roave-backward-compatibility-check cannot detect that because of the Symfony 7 bump.
  • Loading branch information
greg-1-anderson committed Apr 6, 2024
1 parent 7ab3ffe commit 4632092
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 @@ -65,7 +65,7 @@ jobs:
composer --working-dir=tools require roave/backward-compatibility-check:^7
- name: Run roave/backward-compatibility-check
run: ./tools/vendor/bin/roave-backward-compatibility-check --from=5.0.0
run: ./tools/vendor/bin/roave-backward-compatibility-check --from=5.4.0

tests:
name: Tests
Expand Down

0 comments on commit 4632092

Please sign in to comment.