Skip to content

Commit 71d261b

Browse files
committed
Generate more beautiful jobs names
1 parent 9d49521 commit 71d261b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ jobs:
1717
- php-version: '8.0'
1818

1919
- php-version: '8.1'
20+
job-description: with lint
2021
lint: true
2122

2223
- php-version: '8.2'
2324

2425
- php-version: '8.3'
2526
composer-flags: '--ignore-platform-req=php'
2627

28+
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
29+
2730
steps:
2831
- name: Checkout
2932
uses: actions/checkout@v3

0 commit comments

Comments
 (0)