File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ jobs:
17
17
matrix :
18
18
os : [ubuntu-latest]
19
19
php : [8.4, 8.3, 8.2]
20
- laravel : [" 10.*", " 11.*" ]
20
+ laravel : [' 10.*', ' 11.*', '12.*' ]
21
21
stability : [prefer-lowest, prefer-stable]
22
22
include :
23
23
- laravel : 10.*
24
24
testbench : ^8.0
25
25
- laravel : 11.*
26
26
testbench : ^9.0
27
+ - laravel : 12.*
28
+ testbench : ^10.0
27
29
28
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
31
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
20
"graham-campbell/security-core" : " ^4.0" ,
21
- "illuminate/contracts" : " ^10.0|^11.0" ,
21
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
22
22
"spatie/laravel-package-tools" : " ^1.9.2"
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.14" ,
26
26
"nunomaduro/collision" : " ^7.0|^8.0" ,
27
- "orchestra/testbench" : " ^8.0|^9.0" ,
28
- "pestphp/pest" : " ^2.0" ,
29
- "pestphp/pest-plugin-laravel" : " ^2.0" ,
30
- "phpunit/phpunit" : " ^10.4"
27
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
28
+ "pestphp/pest" : " ^2.0|^3.7 " ,
29
+ "pestphp/pest-plugin-laravel" : " ^2.0|^3.1 " ,
30
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
59
59
},
60
60
"minimum-stability" : " dev" ,
61
61
"prefer-stable" : true
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments