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

View file

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

View file

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