File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ jobs:
18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest]
20
20
php : [8.3, 8.2]
21
- laravel : ['10.*', '11.*']
21
+ laravel : ['10.*', '11.*', '12.*' ]
22
22
stability : [prefer-lowest, prefer-stable]
23
23
include :
24
- - laravel : 10.*
25
- testbench : 8.*
26
- - laravel : 11.*
27
- testbench : 9.*
24
+ - laravel : 10.*
25
+ testbench : 8.*
26
+ - laravel : 11.*
27
+ testbench : 9.*
28
+ - laravel : 12.*
29
+ testbench : 10.*
28
30
29
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
32
Original file line number Diff line number Diff line change 25
25
"php" : " ^8.2" ,
26
26
"ext-soap" : " *" ,
27
27
"ext-openssl" : " *" ,
28
- "illuminate/contracts" : " ^10.0|^11.0" ,
29
- "illuminate/support" : " ^10.0|^11.0"
28
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
29
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
30
30
},
31
31
"require-dev" : {
32
- "driftingly/rector-laravel" : " ^1.2" ,
32
+ "driftingly/rector-laravel" : " ^1.2|^2.0 " ,
33
33
"friendsofphp/php-cs-fixer" : " ^3.59" ,
34
- "orchestra/testbench" : " ^8.1|^9.1" ,
34
+ "orchestra/testbench" : " ^8.1|^9.1|^10.0 " ,
35
35
"phpstan/extension-installer" : " ^1.4" ,
36
- "phpstan/phpstan" : " ^1.4.7" ,
37
- "phpstan/phpstan-deprecation-rules" : " ^1.2" ,
38
- "phpstan/phpstan-phpunit" : " ^1.4" ,
36
+ "phpstan/phpstan" : " ^1.4.7|^2.1 " ,
37
+ "phpstan/phpstan-deprecation-rules" : " ^1.2|^2.0 " ,
38
+ "phpstan/phpstan-phpunit" : " ^1.4|^2.0 " ,
39
39
"phpunit/phpunit" : " ^10.5|^11.0" ,
40
- "rector/rector" : " ^1.1"
40
+ "rector/rector" : " ^1.1|^2.0 "
41
41
},
42
42
"autoload" : {
43
43
"psr-4" : {
You can’t perform that action at this time.
0 commit comments