Skip to content

Commit 1fa48a3

Browse files
Enhance CI
1 parent 9907692 commit 1fa48a3

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
@@ -26,7 +26,7 @@ jobs:
2626
LARAVEL: 12.*
2727
TESTBENCH: 10.*
2828
env: ${{ matrix.env }}
29-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29+
name: P${{ matrix.php }} - L${LARAVEL} - TB${TESTBENCH}
3030

3131
steps:
3232
- name: Checkout code

0 commit comments

Comments
 (0)