Skip to content

Commit aa435c1

Browse files
committed
fix: job names
1 parent ab199d8 commit aa435c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- laravel: 8.*
3030
php: 8.2
3131

32-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
3333

3434
steps:
3535
- name: Checkout code

0 commit comments

Comments
 (0)