mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-15 12:36:13 +01:00
[TASK] Remove composer install from coverage workflow
This change removes composer from install list of direct php installation which sadly is still needed due issues with coverageall upload.
This commit is contained in:
parent
76fae8c84b
commit
9d6ec5416e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/codecoverage.yml
vendored
1
.github/workflows/codecoverage.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: "${{ matrix.php-version }}"
|
||||
tools: composer:v2.4
|
||||
extensions: xdebug, mysqli
|
||||
coverage: xdebug
|
||||
- name: "Set composer token"
|
||||
|
|
Loading…
Reference in a new issue