mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-15 12:56:12 +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:
Stefan Bürk 2022-10-16 05:26:49 +02:00
parent 76fae8c84b
commit 9d6ec5416e

View file

@ -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"