File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [8.2, 8.3, 8.4]
17
- laravel : [11 .*]
16
+ php : [8.1, 8. 2, 8.3, 8.4]
17
+ laravel : [10.*, 11.*, 12 .*]
18
18
include :
19
19
- laravel : 11.*
20
20
testbench : 9.*
21
+ - laravel : 12.*
22
+ testbench : 10.*
23
+ exclude :
24
+ - laravel : 11.*
25
+ php : 8.1
26
+ - laravel : 12.*
27
+ php : 8.1
21
28
22
29
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
23
30
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^8.2" ,
25
25
"ext-json" : " *" ,
26
- "illuminate/support" : " ^11.0|^12.0" ,
27
- "cloudinary/cloudinary_php" : " ^3.0" ,
28
- "league/flysystem" : " ^3.29"
26
+ "illuminate/support" : " ^10.0|^11.0|^12.0" ,
27
+ "cloudinary/cloudinary_php" : " ^2.0"
29
28
},
30
29
"require-dev" : {
31
- "mockery/mockery" : " ^1.6" ,
32
- "orchestra/testbench" : " ^9.9" ,
33
- "pestphp/pest" : " ^2.36" ,
34
- "sempro/phpunit-pretty-print" : " ^1.2" ,
35
- "laravel/pint" : " ^1.20" ,
36
- "phpspec/prophecy-phpunit" : " ^2.3"
30
+ "mockery/mockery" : " ^1.1" ,
31
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
32
+ "pestphp/pest" : " ^2.35|^3.0" ,
33
+ "sempro/phpunit-pretty-print" : " ^1.0" ,
34
+ "laravel/pint" : " ^1.20"
37
35
},
38
36
"autoload" : {
39
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments