From 06fa6f505f6432c97bf58a74e4d2d9009d71f9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Sun, 29 Oct 2023 22:54:42 +0100 Subject: [PATCH] Add FFmpeg 6.0 to test matrix --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d1b1a455..3cd077ade 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,8 @@ jobs: fail-fast: false matrix: config: - - {os: ubuntu-latest, python: 3.8, ffmpeg: "5.1", extras: true} + - {os: ubuntu-latest, python: 3.8, ffmpeg: "6.0", extras: true} + - {os: ubuntu-latest, python: 3.8, ffmpeg: "5.1"} - {os: ubuntu-latest, python: 3.8, ffmpeg: "5.0"} - {os: ubuntu-latest, python: pypy3.9, ffmpeg: "5.0"} - {os: macos-latest, python: 3.8, ffmpeg: "5.0"}