File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
php : [8.4, 8.3, 8.2]
16
- laravel : [11 .*, 10 .*]
16
+ laravel : [12 .*, 11 .*]
17
17
os : [ubuntu-latest, windows-latest]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 12.*
21
+ testbench : 10.*
20
22
- laravel : 11.*
21
23
testbench : 9.*
22
- - laravel : 10.*
23
- testbench : 8.*
24
24
25
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
26
26
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
- "illuminate/contracts" : " ^10.0|^11 .0" ,
21
- "laravel/dusk" : " ^7.0|^ 8.0" ,
20
+ "illuminate/contracts" : " ^11.43|^12 .0" ,
21
+ "laravel/dusk" : " ^8.0" ,
22
22
"spatie/invade" : " ^1.1"
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.0" ,
26
- "nesbot/carbon" : " ^2.66" ,
26
+ "nesbot/carbon" : " ^2.66|^3.0 " ,
27
27
"nunomaduro/collision" : " ^7.0|^8.0" ,
28
- "orchestra/testbench" : " ^8.0|^9 .0" ,
29
- "pestphp/pest" : " ^2 .0" ,
30
- "pestphp/pest-plugin-laravel" : " ^2 .0" ,
31
- "phpunit/phpunit" : " ^10.4"
28
+ "orchestra/testbench" : " ^9.11|^10 .0" ,
29
+ "pestphp/pest" : " ^3 .0" ,
30
+ "pestphp/pest-plugin-laravel" : " ^3 .0" ,
31
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments