]> git.mxchange.org Git - friendica.git/blobdiff - .github/workflows/php.yml
Use the system user for uid=0
[friendica.git] / .github / workflows / php.yml
index cf1ad136700b776465a018a985fcb412e5689a63..91a8b60747aa4b3443ce63b675b6d39ceff820ec 100644 (file)
@@ -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