File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ environment:
1616 COMPOSER_NO_INTERACTION : 1
1717 ANSICON : 121x90 (121x90) # Console colors
1818
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
2020
2121 matrix :
2222 - PHP_VERSION : Latest_Version
@@ -29,8 +29,8 @@ install:
2929 - ps : cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
3030 - ps : Start-FileDownload $env:ffmpeg_download
3131
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
3434 - cd c:\tools\php
3535 - copy php.ini-production php.ini /Y
3636 - echo date.timezone="UTC" >> php.ini
You can’t perform that action at this time.
0 commit comments