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

View file

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