Skip to content

Commit 2669c53

Browse files
committed
tweak job names
1 parent ab0c67e commit 2669c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
name: 'PHP ${{ matrix.php-version }} ${{ matrix.dependencies}}'
14+
name: "PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix.dev-dependencies && 'dev' }}"
1515
runs-on: ubuntu-20.04
1616

1717
strategy:

0 commit comments

Comments
 (0)