Skip to content

Commit 429de88

Browse files
chore: show parameters in name of CI jobs
1 parent 39316ef commit 429de88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: "Continuous Integration"
2+
name: "CI"
33

44
on:
55
pull_request:
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
phpunit:
30-
name: "PHPUnit"
30+
name: PHPUnit, PHP ${{ matrix.php-version || 'Ø' }} - Symfony ${{ matrix.symfony-require || 'Ø' }} - deps ${{ matrix.dependencies || 'Ø' }} - stability ${{ matrix.stability || 'Ø' }}
3131
runs-on: "ubuntu-latest"
3232
env:
3333
SYMFONY_REQUIRE: ${{matrix.symfony-require}}

0 commit comments

Comments
 (0)