File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
22
22
php-version : ['8.1', '8.2', '8.3']
23
23
laravel-version : [10, 11]
24
24
os : [ubuntu-latest, windows-latest, macos-latest]
25
- stability : [prefer-stable]
25
+ stability : [prefer-lowest, prefer- stable]
26
26
experimental : [false]
27
27
exclude :
28
28
- laravel-version : 11
29
29
php-version : 8.1
30
+ - laravel-version : 11
31
+ stability : prefer-lowest
30
32
31
33
runs-on : ${{ matrix.os }}
32
34
continue-on-error : ${{ matrix.experimental }}
Original file line number Diff line number Diff line change 9
9
],
10
10
"license" : " MIT" ,
11
11
"require" : {
12
- "illuminate/console" : " ^10.0 |^11.0" ,
12
+ "illuminate/console" : " ^10.38 |^11.0" ,
13
13
"illuminate/database" : " ^10.38|^11.0" ,
14
- "illuminate/filesystem" : " ^10.0 |^11.0" ,
15
- "illuminate/support" : " ^10.0 |^11.0" ,
14
+ "illuminate/filesystem" : " ^10.38 |^11.0" ,
15
+ "illuminate/support" : " ^10.38 |^11.0" ,
16
16
"laravel-shift/faker-registry" : " ^0.3.0" ,
17
17
"symfony/yaml" : " >=6.2"
18
18
},
You can’t perform that action at this time.
0 commit comments