File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest]
19
19
php : [8.2, 8.1, 8.0]
20
- laravel : ['9.*', '10.*', '11.*']
20
+ laravel : ['9.*', '10.*', '11.*', '12.*' ]
21
21
stability : [prefer-lowest, prefer-stable]
22
22
include :
23
23
- laravel : 10.*
@@ -26,13 +26,19 @@ jobs:
26
26
testbench : 7.*
27
27
- laravel : 11.*
28
28
testbench : ^9.0
29
+ - laravel : 12.*
30
+ testbench : ^10.0
29
31
exclude :
30
32
- laravel : 10.*
31
33
php : 8.0
32
34
- laravel : 11.*
33
35
php : 8.1
34
36
- laravel : 11.*
35
37
php : 8.0
38
+ - laravel : 12.*
39
+ php : 8.1
40
+ - laravel : 12.*
41
+ php : 8.0
36
42
37
43
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
38
44
Original file line number Diff line number Diff line change 38
38
"php" : " ^8.0" ,
39
39
"ext-dom" : " *" ,
40
40
"ext-libxml" : " *" ,
41
- "illuminate/testing" : " ^9.0|^10.0|^11.0" ,
41
+ "illuminate/testing" : " ^9.0|^10.0|^11.0|^12.0 " ,
42
42
"symfony/css-selector" : " ^6.0|^7.0"
43
43
},
44
44
"require-dev" : {
45
45
"laravel/pint" : " ^1.2" ,
46
- "nunomaduro /larastan" : " ^2.2 " ,
47
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
48
- "pestphp/pest" : " ^1.0|^2.34" ,
46
+ "larastan /larastan" : " ^2.0|^3.0 " ,
47
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
48
+ "pestphp/pest" : " ^1.0|^2.34|^3.7 " ,
49
49
"phpstan/extension-installer" : " ^1.2" ,
50
- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
51
- "phpstan/phpstan-phpunit" : " ^1.1" ,
52
- "vimeo/psalm" : " ^4.29|^5.22"
50
+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0 " ,
51
+ "phpstan/phpstan-phpunit" : " ^1.1|^2.0 " ,
52
+ "vimeo/psalm" : " ^4.29|^5.22|^6.6 "
53
53
},
54
54
"config" : {
55
55
"allow-plugins" : {
You can’t perform that action at this time.
0 commit comments