From 49bbcc89a7d7103fda34820ab165ec2cd1366123 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Fri, 5 Aug 2022 08:11:49 -0400 Subject: [PATCH] feat: install composer via shivammathur/setup-php github action (#23) I also disabled Xdebug because it is not used in integration tests. Co-authored-by: Ihor Sviziev --- .github/workflows/integration.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f185b01..e255ed2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -88,10 +88,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - - - run: composer self-update --${{ matrix.composer }} - name: Pin to Composer Version ${{ matrix.composer }} - shell: bash + tools: composer:v${{ matrix.composer }} + coverage: none - run: composer create-project --repository-url="${{ inputs.magento_repository }}" "${{ matrix.magento }}" ${{ inputs.magento_directory }} --no-install shell: bash