Skip to content

Commit 76d9bd5

Browse files
Improve tests names
1 parent f81f82b commit 76d9bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
laravel: 12.*
3030
testbench: 10.*
3131
env: ${{ matrix.env }}
32-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32+
name: P${{ matrix.php }} - L${laravel} - T${testbench}
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)