File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,20 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
php : ['8.1', '8.2']
13
- laravel : ['10.*', '11.*']
13
+ laravel : ['10.*', '11.*', '12.*' ]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
16
- laravel : 10.*
17
17
testbench : 8.*
18
18
- laravel : 11.*
19
19
testbench : 9.*
20
+ - laravel : 12.*
21
+ testbench : 10.*
20
22
exclude :
21
23
- laravel : 11.*
22
24
php : ' 8.1'
25
+ - laravel : 12.*
26
+ php : ' 8.1'
23
27
24
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
29
Original file line number Diff line number Diff line change 29
29
"ext-json" : " *" ,
30
30
"ext-zip" : " *" ,
31
31
"guzzlehttp/guzzle" : " ^7.5.0" ,
32
- "illuminate/support" : " ^10 || ^11.0" ,
32
+ "illuminate/support" : " ^10 || ^11.0 || ^12.0 " ,
33
33
"league/uri" : " ~6.7 || ~6.8 || ^7.4" ,
34
34
"phpstan/extension-installer" : " ^1.2" ,
35
- "phpstan/phpstan-phpunit" : " ^1.2"
35
+ "phpstan/phpstan-phpunit" : " ^1.2 || ^2.0 "
36
36
},
37
37
"require-dev" : {
38
38
"dg/bypass-finals" : " ^1.4" ,
39
39
"mikey179/vfsstream" : " ^1.6" ,
40
40
"mockery/mockery" : " ^1.5" ,
41
- "orchestra/testbench" : " ^8.1 || ^9.0" ,
42
- "phpunit/phpunit" : " ^9.5.26 || ^10.5"
41
+ "orchestra/testbench" : " ^8.1 || ^9.0 || ^10.0 " ,
42
+ "phpunit/phpunit" : " ^9.5.26 || ^10.5 || ^11.5.3 "
43
43
},
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments