File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,23 @@ jobs:
15
15
matrix :
16
16
os : [ubuntu-20.04]
17
17
php : [8.4, 8.3, 8.2, 8.1]
18
- laravel : [" 10.*", " 11.*" ]
18
+ laravel : [' 10.*', ' 11.*', '12.*' ]
19
19
ffmpeg : [5.0, 4.4]
20
20
dependency-version : [prefer-lowest, prefer-stable]
21
21
include :
22
22
- laravel : 10.*
23
23
testbench : 8.*
24
24
- laravel : 11.*
25
25
testbench : 9.*
26
+ - laravel : 12.*
27
+ testbench : 10.*
26
28
exclude :
27
29
- laravel : 11.*
28
30
php : 8.1
29
31
- laravel : 10.*
30
32
php : 8.4
33
+ - laravel : 12.*
34
+ php : 8.1
31
35
32
36
name : ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }} - FF${{ matrix.ffmpeg }} - ${{ matrix.dependency-version }}
33
37
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.1|^8.2|^8.3|^8.4" ,
24
- "illuminate/contracts" : " ^10.0|^11.0" ,
24
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
25
25
"php-ffmpeg/php-ffmpeg" : " ^1.2" ,
26
26
"ramsey/collection" : " ^2.0"
27
27
},
28
28
"require-dev" : {
29
29
"league/flysystem-memory" : " ^3.10" ,
30
30
"mockery/mockery" : " ^1.4.4" ,
31
31
"nesbot/carbon" : " ^2.66|^3.0" ,
32
- "orchestra/testbench" : " ^8.0|^9.0" ,
33
- "phpunit/phpunit" : " ^10.4" ,
32
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
33
+ "phpunit/phpunit" : " ^10.4|^11.5.3 " ,
34
34
"spatie/image" : " ^2.2|^3.3" ,
35
35
"spatie/phpunit-snapshot-assertions" : " ^5.0"
36
36
},
You can’t perform that action at this time.
0 commit comments