Skip to content

Commit 25b48ad

Browse files
committed
Fix stability name
1 parent d9bc892 commit 25b48ad

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
@@ -35,7 +35,7 @@ jobs:
3535
laravel: [10]
3636
stability: [prefer-lowest, prefer-stable]
3737

38-
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability {{ matrix.stability }}
38+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }}
3939

4040
steps:
4141
- name: Checkout code

0 commit comments

Comments
 (0)