Bump to 5.1.1

This commit is contained in:
Polochon-street
2022-08-03 08:50:45 +02:00
parent 4275a8b0a2
commit b6b2311fcf
6 changed files with 60 additions and 16 deletions

View File

@ -11,7 +11,7 @@ jobs:
container: jrottenberg/ffmpeg:${{ matrix.ffmpeg_version }}-ubuntu
strategy:
matrix:
ffmpeg_version: ["3.4", "4.0", "4.1", "4.2", "4.3", "4.4", "5.0"]
ffmpeg_version: ["3.4", "4.0", "4.1", "4.2", "4.3", "4.4", "5.0", "5.1"]
fail-fast: false
steps:
- uses: actions/checkout@v2