X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fphp.yml;h=91a8b60747aa4b3443ce63b675b6d39ceff820ec;hb=4dfd91dbbf6c46a1133a6c25d1503321594957e5;hp=eabd28ff6f74cedcfa98bd7da2677fb74473c541;hpb=9a3d04dce209098d536604fcfbc60d9c8a6bd2c8;p=friendica.git diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index eabd28ff6f..91a8b60747 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,5 +1,5 @@ name: Testing Friendica -on: [push, pull_request, pull_request_review] +on: [push, pull_request] jobs: friendica: @@ -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 @@ -91,10 +91,11 @@ jobs: MYSQL_PASSWORD: test MYSQL_USER: test REDIS_PORT: ${{ job.services.redis.ports[6379] }} + REDIS_HOST: 127.0.0.1 MEMCACHED_PORT: ${{ job.services.memcached.ports[11211] }} MEMCACHE_PORT: ${{ job.services.memcached.ports[11211] }} - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: - file: clover.xml \ No newline at end of file + file: clover.xml