From 129a5b82df42c1973c27d45668b59ae75d282e5d Mon Sep 17 00:00:00 2001 From: Zsolt Kozaroczy Date: Thu, 2 Jul 2026 09:38:39 +0200 Subject: [PATCH] chore(ci): turn off fail-fast for the CI matrix --- .github/workflows/ci.test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.test.yml b/.github/workflows/ci.test.yml index c2a044f..224ff8b 100644 --- a/.github/workflows/ci.test.yml +++ b/.github/workflows/ci.test.yml @@ -14,6 +14,7 @@ jobs: test: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ruby-version: ['3.2', '3.3', '3.4'] ffmpeg-version: ['release', '6.0.1', '5.1.1', '4.4.1']