From a3dd42e2c2c9cf5e37eb079b02cf44d10eabeb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 15 Oct 2023 19:39:32 +0200 Subject: [PATCH] Use github actions format for BC check It is a better experience than having to check the logs. --- .github/workflows/bc-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bc-check.yml b/.github/workflows/bc-check.yml index e412dcfe8..cc5735118 100644 --- a/.github/workflows/bc-check.yml +++ b/.github/workflows/bc-check.yml @@ -30,7 +30,7 @@ jobs: php-version: "8.2" - name: Install roave/backward-compatibility-check. - run: composer require --dev roave/backward-compatibility-check + run: composer require --dev roave/backward-compatibility-check --format=github-actions - name: Run roave/backward-compatibility-check. run: vendor/bin/roave-backward-compatibility-check