rename workflows and test cases

This commit is contained in:
Art4 2024-12-22 07:05:25 +00:00
parent 9803bd731c
commit af655ff392
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
name: Databese tests
name: Database tests
on:
push:
@ -11,7 +11,7 @@ on:
jobs:
friendica:
name: Tests with PHP ${{ matrix.php-versions }}
name: Test with PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
services:

View file

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