Skip to content

Commit

Permalink
Update b/c checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Mar 11, 2021
1 parent 083d699 commit fb12960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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 @@ -63,7 +63,7 @@ jobs:
composer --working-dir=tools require roave/backward-compatibility-check:^5
- name: Run roave/backward-compatibility-check
run: ./tools/vendor/bin/roave-backward-compatibility-check --from=4.0.0
run: ./tools/vendor/bin/roave-backward-compatibility-check --from=4.1.3

tests:
name: Tests
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 4.1.3 - 11 Mar 2021

- No significant code changes, but removal of a method with a typo caused a b/c check failure.

### 4.1.2 - 10 Dec 2020

- PHP 8
Expand Down

0 comments on commit fb12960

Please sign in to comment.