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 <ihor-sviziev@users.noreply.github.com>
This commit is contained in:
Damien Retzinger
2022-08-05 08:11:49 -04:00
parent 8a209b982b
commit 49bbcc89a7
+2 -4
View File
@@ -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