File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ environment:
16
16
COMPOSER_NO_INTERACTION : 1
17
17
ANSICON : 121x90 (121x90) # Console colors
18
18
19
- ffmpeg_download : https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-10-01 -essentials_build.zip
19
+ ffmpeg_download : https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-2021-02-27 -essentials_build.zip
20
20
21
21
matrix :
22
22
- PHP_VERSION : Latest_Version
@@ -29,8 +29,8 @@ install:
29
29
- ps : cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
30
30
- ps : Start-FileDownload $env:ffmpeg_download
31
31
32
- - 7z x ffmpeg-4.3.1-2020-10-01 -essentials_build.zip
33
- - PATH=%PATH%;%cd%\ffmpeg-4.3.1-2020-10-01 -essentials_build\bin
32
+ - 7z x ffmpeg-4.3.2-2021-02-27 -essentials_build.zip
33
+ - PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27 -essentials_build\bin
34
34
- cd c:\tools\php
35
35
- copy php.ini-production php.ini /Y
36
36
- echo date.timezone="UTC" >> php.ini
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.2
5
5
- 7.3
6
+ - 8.0
6
7
7
8
env :
8
9
matrix :
@@ -27,4 +28,4 @@ script:
27
28
28
29
cache :
29
30
directories :
30
- - ffmpeg-release
31
+ - ffmpeg-release
Original file line number Diff line number Diff line change 62
62
}
63
63
},
64
64
"require" : {
65
- "php" : " ^7.2" ,
66
- "php-ffmpeg/php-ffmpeg" : " ^0.15 || 0.16" ,
65
+ "php" : " ^7.2 || ^8.0 " ,
66
+ "php-ffmpeg/php-ffmpeg" : " ^0.15 || 0.16 || 0.17 || 0.18 " ,
67
67
"symfony/filesystem" : " ^4.0 || ^5.0"
68
68
},
69
69
"suggest" : {
You can’t perform that action at this time.
0 commit comments