5656 fail-fast : false
5757 matrix :
5858 config :
59- - {os: ubuntu-latest, python: 3.7, ffmpeg: "5.0", extras: true}
59+ - {os: ubuntu-latest, python: 3.7, ffmpeg: "5.1", extras: true}
60+ - {os: ubuntu-latest, python: 3.7, ffmpeg: "5.0"}
6061 - {os: ubuntu-latest, python: 3.7, ffmpeg: "4.4"}
6162 - {os: ubuntu-latest, python: 3.7, ffmpeg: "4.3"}
6263 - {os: ubuntu-latest, python: pypy3, ffmpeg: "4.4"}
@@ -146,6 +147,7 @@ jobs:
146147 fail-fast : false
147148 matrix :
148149 config :
150+ - {os: windows-latest, python: 3.7, ffmpeg: "5.1"}
149151 - {os: windows-latest, python: 3.7, ffmpeg: "5.0"}
150152 - {os: windows-latest, python: 3.7, ffmpeg: "4.4"}
151153 - {os: windows-latest, python: 3.7, ffmpeg: "4.3"}
@@ -167,7 +169,9 @@ jobs:
167169 pillow \
168170 python=${{ matrix.config.python }} \
169171 setuptools
170- if [[ "${{ matrix.config.ffmpeg }}" == "5.0" ]]; then
172+ if [[ "${{ matrix.config.ffmpeg }}" == "5.1" ]]; then
173+ curl -L -o ffmpeg.tar.gz https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/5.1.2-1/ffmpeg-win_amd64.tar.gz
174+ elif [[ "${{ matrix.config.ffmpeg }}" == "5.0" ]]; then
171175 curl -L -o ffmpeg.tar.gz https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/5.0.1-1/ffmpeg-win_amd64.tar.gz
172176 elif [[ "${{ matrix.config.ffmpeg }}" == "4.4" ]]; then
173177 curl -L -o ffmpeg.tar.gz https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/4.4.1-8/ffmpeg-win_amd64.tar.gz
0 commit comments