]> git.mxchange.org Git - friendica.git/commitdiff
Rename tests, use composer v2
authorArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 06:55:09 +0000 (06:55 +0000)
committerArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 06:55:09 +0000 (06:55 +0000)
.github/workflows/php.yml
.github/workflows/phpstan.yml
.github/workflows/unit-tests.yml

index 605d31dcf01c92ee5a9befe5906ceec73d484d47..f5c3ffbd1c91d2be0c2182d0e7b61ea6114a9f8a 100644 (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
index 5b270fcd30ade30f467127f3bcaf56173cf4f354..a6c03a74fb185f487a73136eec6699cfd799182e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: CC0-1.0
 
-name: PHPStan
+name: Static Code Analysis
 
 on:
   push:
index 841b4bb6e940c7070ad123e3e8534ea59b93f1b7..b0ff7bdca2714cd8b9c00e5766214e75c8be6cd1 100644 (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: