mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user