Skip to content

Commit bb92724

Browse files
authored
Add stability preference for Laravel 11 in tests
1 parent cdd7c89 commit bb92724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
exclude:
2121
- php: 8.1
2222
laravel: 11.*
23-
23+
- stability: prefer-lowest
24+
laravel: 11.*
2425

2526
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2627

0 commit comments

Comments
 (0)