From 1b4ace329e4d046d549571979ef6929fdbcecfd5 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 22 Dec 2024 06:55:09 +0000 Subject: [PATCH] Rename tests, use composer v2 --- .github/workflows/php.yml | 6 +++--- .github/workflows/phpstan.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 605d31dcf0..f5c3ffbd1c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 5b270fcd30..a6c03a74fb 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -name: PHPStan +name: Static Code Analysis on: push: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 841b4bb6e9..b0ff7bdca2 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ on: jobs: tests: - name: Unit tests (PHP ${{ matrix.php }}) + name: Unit testsuite (PHP ${{ matrix.php }}) runs-on: ubuntu-latest strategy: