From 5183980264a0f24c832539e1216c480f0f8338e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 30 Dec 2023 10:22:02 +0100 Subject: [PATCH] Fix: Reference --- .github/workflows/integrate.yaml | 2 +- CHANGELOG.md | 4 ++-- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c735144..7cbc6d1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index c2883bb..5c35c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 680874b..7c92718 100644 --- a/Makefile +++ b/Makefile @@ -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