From: Hypolite Petovan Date: Sat, 24 Oct 2020 13:12:26 +0000 (-0400) Subject: [Actions] Downgrade Composer to v1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=403c9e456e87b15d312991dc53fd4bc8b75f7b4b;p=friendica.git [Actions] Downgrade Composer to v1 - The current fxp/composer-asset-plugin version we use is incompatible with Composer v2 --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index cf1ad13670..91a8b60747 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -37,7 +37,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - tools: pecl + tools: pecl, composer:v1 extensions: pdo_mysql, gd, zip, opcache, ctype, pcntl, ldap, apcu, memcached, redis, imagick, memcache coverage: xdebug ini-values: apc.enabled=1, apc.enable_cli=1