[Actions] Downgrade Composer to v1

- The current fxp/composer-asset-plugin version we use is incompatible with Composer v2
This commit is contained in:
Hypolite Petovan 2020-10-24 09:12:26 -04:00 committed by GitHub
부모 c154efb028
커밋 403c9e456e
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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