File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
php : [8.2, 8.3, 8.4]
13
- laravel : [11.*]
14
- phpunit : [10.*]
13
+ laravel : [11.*, 12.* ]
14
+ phpunit : [10.*, 11.* ]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
include :
17
17
- laravel : 11.*
18
18
testbench : 9.*
19
+ - laravel : 12.*
20
+ testbench : 10.*
19
21
exclude :
20
22
- php : 8.2
21
23
phpunit : 11.*
Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " ^8.2" ,
17
17
"ext-json" : " *" ,
18
- "illuminate/console" : " ^11.0" ,
19
- "illuminate/support" : " ^11.0" ,
18
+ "illuminate/console" : " ^11.0 | ^12.0 " ,
19
+ "illuminate/support" : " ^11.0 | ^12.0 " ,
20
20
"stefanzweifel/laravel-stats-phploc" : " ^7.0 | ^8.0" ,
21
21
"symfony/finder" : " ^7.0" ,
22
22
"symfony/process" : " ^7.0"
27
27
"laravel/browser-kit-testing" : " ^7.1 | ^8.0" ,
28
28
"laravel/dusk" : " ^8.0" ,
29
29
"livewire/livewire" : " ^3.0" ,
30
- "orchestra/testbench" : " ^9.0" ,
31
- "pestphp/pest" : " ^2" ,
30
+ "orchestra/testbench" : " ^9.0 | ^10 " ,
31
+ "pestphp/pest" : " ^2 | ^3 " ,
32
32
"phpunit/phpunit" : " ^10.0 | ^11.0" ,
33
33
"rector/rector" : " ^1.0"
34
34
},
You can’t perform that action at this time.
0 commit comments