Rename tests, use composer v2

This commit is contained in:
Art4 2024-12-22 06:55:09 +00:00
parent dd4467043a
commit 1b4ace329e
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
name: Testing Friendica
name: Databese tests
on:
push:
@ -11,7 +11,7 @@ on:
jobs:
friendica:
name: Friendica (PHP ${{ matrix.php-versions }})
name: Tests with PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
services:
@ -50,7 +50,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: pecl, composer:v1
tools: pecl, composer
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

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
name: PHPStan
name: Static Code Analysis
on:
push:

View file

@ -12,7 +12,7 @@ on:
jobs:
tests:
name: Unit tests (PHP ${{ matrix.php }})
name: Unit testsuite (PHP ${{ matrix.php }})
runs-on: ubuntu-latest
strategy: