File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ jobs:
15
15
matrix :
16
16
os : [ubuntu-latest]
17
17
php : [8.4, 8.3, 8.2]
18
- laravel : ['11.*', '10.*']
18
+ laravel : ['12.*', ' 11.*', '10.*']
19
19
stability : [prefer-lowest, prefer-stable]
20
20
include :
21
21
- laravel : 10.*
22
22
testbench : 8.*
23
23
- laravel : 11.*
24
24
testbench : 9.*
25
+ - laravel : 12.*
26
+ testbench : 10.*
25
27
26
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27
29
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.2" ,
21
- "illuminate/contracts" : " 11.*|10.*"
21
+ "illuminate/contracts" : " 12.*| 11.*|10.*"
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^8.0|^9.0" ,
24
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
25
25
"nunomaduro/collision" : " ^8.0|^7.8|^6.0" ,
26
- "larastan/larastan" : " ^2.0" ,
27
- "pestphp/pest" : " ^2.34" ,
28
- "pestphp/pest-plugin-laravel" : " ^2.3" ,
26
+ "larastan/larastan" : " ^2.0|^3.0 " ,
27
+ "pestphp/pest" : " ^2.34|^3.0 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^2.3|^3.0 " ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
30
- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
31
- "phpstan/phpstan-phpunit" : " ^1.0" ,
30
+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0 " ,
31
+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0 " ,
32
32
"spatie/laravel-ray" : " ^1.26"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments