Skip to content

Commit 66db0f2

Browse files
chore: show parameters in name of CI jobs
1 parent 15ead89 commit 66db0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)