File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- os : [ubuntu-latest, macos-latest ]
11
+ os : [ubuntu-latest]
12
12
php : [8.2, 8.3, 8.4]
13
- laravel : [10.*, 11.*, 12.*]
13
+ laravel : [11.*, 12.*]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
16
- - laravel : 10.*
17
- testbench : 8.*
18
- workbench : 8.*
19
16
- laravel : 11.*
20
17
testbench : 9.*
21
18
workbench : 9.*
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.2" ,
22
- "illuminate/support" : " ^10.0|^ 11.0|^12.0"
22
+ "illuminate/support" : " ^11.0|^12.0"
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.10" ,
26
- "orchestra/testbench" : " ^8.14|^ 9.0|^10.0" ,
27
- "orchestra/workbench" : " ^8.0|^ 9.0|^10.0" ,
26
+ "orchestra/testbench" : " ^9.0|^10.0" ,
27
+ "orchestra/workbench" : " ^9.0|^10.0" ,
28
28
"phpunit/phpunit" : " ^10.5|^11.5"
29
29
},
30
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments