From a5b74eb923902f81a9e4d7bc02fba4861f7e12be Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 17 Apr 2024 08:14:12 -0700 Subject: [PATCH] Check backwards compatibliity from version 5.0.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30248c99..59a53025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,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=4.0.0 + run: ./tools/vendor/bin/roave-backward-compatibility-check --from=5.0.0 tests: name: Tests