Skip to content

Commit

Permalink
Fix: Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 30, 2023
1 parent f4208b3 commit 5183980
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -59,7 +59,7 @@ jobs:
dependencies: "${{ matrix.dependencies }}"

- name: "Run backward-compatibility analysis with roave/backward-compatibility-check"
run: "vendor/bin/roave-backward-compatibility-check --ansi --format=github-actions --from=1902cc2"
run: "vendor/bin/roave-backward-compatibility-check --ansi --format=github-actions --from=f4208b3"

code-coverage:
name: "Code Coverage"
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`1902cc2...main`][1902cc2...main].
For a full diff see [`f4208b3...main`][f4208b3...main].

[1902cc2...main]: https://github.com/ergebnis/data-generator/compare/1902cc2...main
[f4208b3...main]: https://github.com/ergebnis/data-generator/compare/f4208b3...main
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ it: refactoring coding-standards security-analysis static-code-analysis tests ##

.PHONY: backward-compatibility-analysis
backward-compatibility-analysis: vendor ## Runs a backward-compatibility analysis with roave/backward-compatibility-check
vendor/bin/roave-backward-compatibility-check --from=1902cc2
vendor/bin/roave-backward-compatibility-check --from=f4208b3

.PHONY: code-coverage
code-coverage: vendor ## Collects coverage from running unit tests with phpunit/phpunit
Expand Down

0 comments on commit 5183980

Please sign in to comment.