From 3825463a2b4f84cd46512a49f632ca092ae0f4e7 Mon Sep 17 00:00:00 2001
From: Rambaud Pierrick <12rambau@users.noreply.github.com>
Date: Tue, 17 Sep 2024 10:51:40 +0200
Subject: [PATCH] fix: stop failing follow-up tasks when one element of the
 matrix is dropped"

---
 .github/workflows/unit.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml
index c62cc6b..8fc0965 100644
--- a/.github/workflows/unit.yaml
+++ b/.github/workflows/unit.yaml
@@ -33,8 +33,9 @@ jobs:
     needs: [lint, mypy]
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       matrix:
-        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+        python-version: ["3.9", "3.10", "3.11", "3.12"]
         sqlachemy-version: [""]
         include:
           # oldest python/sqlalchemy supported
-- 
GitLab