From 0871ca884ed1130f34900e1c18d10fd185ba41db Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 24 Sep 2022 08:06:41 +0200 Subject: [PATCH] Fixed typo --- .github/actions/ci-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index f153b259..0a8a09d7 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -41,7 +41,7 @@ runs: extensions: ${{ inputs.php-extensions }} coverage: pcov ini-values: pcov.directory=module - - run: echo "::set-output name=composerArgs::${{ inputs.php-version == '8.2' && '--ignore-platform-req-php' || '' }}" + - run: echo "::set-output name=composerArgs::${{ inputs.php-version == '8.2' && '--ignore-platform-req=php' || '' }}" id: composer_args shell: bash - name: Install dependencies