mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
[Actions] Downgrade Composer to v1
- The current fxp/composer-asset-plugin version we use is incompatible with Composer v2
This commit is contained in:
parent
c154efb028
commit
403c9e456e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
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
|
extensions: pdo_mysql, gd, zip, opcache, ctype, pcntl, ldap, apcu, memcached, redis, imagick, memcache
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
ini-values: apc.enabled=1, apc.enable_cli=1
|
ini-values: apc.enabled=1, apc.enable_cli=1
|
||||||
|
|
Loading…
Reference in a new issue