Skip to content

Commit f079eaa

Browse files
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 <[email protected]>
1 parent 0da426d commit f079eaa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ jobs:
8282
uses: shivammathur/setup-php@v2
8383
with:
8484
php-version: ${{ matrix.php }}
85-
86-
- run: composer self-update --${{ matrix.composer }}
87-
name: Pin to Composer Version ${{ matrix.composer }}
88-
shell: bash
85+
tools: composer:v${{ matrix.composer }}
86+
coverage: none
8987

9088
- run: composer create-project --repository-url="${{ inputs.magento_repository }}" "${{ matrix.magento }}" ${{ inputs.magento_directory }} --no-install
9189
shell: bash

0 commit comments

Comments
 (0)