Skip to content

Commit 4ecba85

Browse files
Enhance CI
1 parent 1fa48a3 commit 4ecba85

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${LARAVEL} - TB${TESTBENCH}
29+
name: P${{ matrix.php }} - L${{ matrix.env.LARAVEL }} - TB${{ matrix.env.TESTBENCH }}
3030

3131
steps:
3232
- name: Checkout code

0 commit comments

Comments
 (0)