Skip to content

Commit e78d461

Browse files
authored
fix yaml
1 parent c456558 commit e78d461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.1', '8.2', '8.3']
17-
stability: [prefer-lowest, prefer-stable]
18-
laravel: ['12.0', ^10.0, ^11.0]
17+
stability: ['prefer-lowest', 'prefer-stable']
18+
laravel: ['12.0', '^10.0', '^11.0']
1919
exclude:
2020
- php: '8.1'
2121
laravel: ^11.0

0 commit comments

Comments
 (0)