We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f63bec commit 3c15304Copy full SHA for 3c15304
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
php: [8.2, 8.3, 8.4]
18
- laravel: [11.x, '12.*']
+ laravel: [11.x, 12.*]
19
stability: [prefer-lowest, prefer-stable]
20
include:
21
- laravel: 11.*
0 commit comments