Skip to content

Commit 453458c

Browse files
committed
Added more descriptive name of the check
1 parent 2428d5c commit 453458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: 5 8 * * 3
77
jobs:
88
checks:
9-
name: PHP ${{ matrix.php-versions }}
9+
name: 'PHP ${{ matrix.php-versions }} with composer args: ${{ matrix.composer-args }}'
1010
runs-on: ${{ matrix.operating-system }}
1111
strategy:
1212
fail-fast: false

0 commit comments

Comments
 (0)