Skip to content

Commit 0eb055d

Browse files
committed
Shorten job titles so more of them is visible in github UI.
1 parent b79fe59 commit 0eb055d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
enable_yamllinter: true
3939

4040
unit-tests-linux:
41-
name: "Unit tests, PHP ${{ matrix.php-versions }}, symfony ${{ matrix.symfony }}, ${{ matrix.operating-system }}"
41+
name: "Tests, PHP ${{ matrix.php-versions }}, symfony ${{ matrix.symfony }}, ${{ matrix.operating-system }}"
4242
runs-on: ${{ matrix.operating-system }}
4343
needs: [phplinter, linter]
4444
strategy:
@@ -108,7 +108,7 @@ jobs:
108108
path: ${{ github.workspace }}/build
109109

110110
unit-tests-windows:
111-
name: "Unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
111+
name: "Tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
112112
runs-on: ${{ matrix.operating-system }}
113113
needs: [phplinter, linter]
114114
strategy:

0 commit comments

Comments
 (0)