Skip to content

Commit 5d7043d

Browse files
committed
Shorten job titles so more of them is visible in github UI.
1 parent 1c9ff6b commit 5d7043d

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
@@ -137,7 +137,7 @@ jobs:
137137
run: composer audit
138138

139139
unit-tests-linux:
140-
name: "Unit tests, PHP ${{ matrix.php-versions }}, symfony ${{ matrix.symfony }}, ${{ matrix.operating-system }}"
140+
name: "Tests, PHP ${{ matrix.php-versions }}, symfony ${{ matrix.symfony }}, ${{ matrix.operating-system }}"
141141
runs-on: ${{ matrix.operating-system }}
142142
needs: [linter, quality, security]
143143
strategy:
@@ -207,7 +207,7 @@ jobs:
207207
path: ${{ github.workspace }}/build
208208

209209
unit-tests-windows:
210-
name: "Unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
210+
name: "Tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
211211
runs-on: ${{ matrix.operating-system }}
212212
needs: [linter, quality, security]
213213
strategy:

0 commit comments

Comments
 (0)