2727 strategy :
2828 fail-fast : false
2929 matrix :
30- ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0"]
30+ ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0", "9.0" ]
3131 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3232 permissions :
3333 id-token : write
5252 strategy :
5353 fail-fast : false
5454 matrix :
55- ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0"]
55+ ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0", "9.0" ]
5656 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
5757 permissions :
5858 id-token : write
7979 strategy :
8080 fail-fast : false
8181 matrix :
82- ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0"]
82+ ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0", "9.0" ]
8383 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
8484 with :
8585 job-name : Build
@@ -102,7 +102,7 @@ jobs:
102102 strategy :
103103 fail-fast : false
104104 matrix :
105- ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0"]
105+ ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1", "8.0", "9.0" ]
106106 uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
107107 with :
108108 job-name : Build
0 commit comments