We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eeff4 commit 950e9fcCopy full SHA for 950e9fc
.github/workflows/ci.yml
@@ -100,12 +100,9 @@ jobs:
100
timeout-minutes: 60
101
strategy:
102
matrix:
103
- laravel: [10, 11, 12]
+ laravel: [11, 12]
104
php: [8.2, 8.3, 8.4]
105
106
- exclude:
107
- - laravel: 10
108
- php: 8.4
109
110
services:
111
postgres:
@@ -188,11 +185,10 @@ jobs:
188
185
189
186
190
187
191
192
193
194
exclude:
195
196
- laravel: 11
197
198
0 commit comments