From a649756492d2a0704525e8e28836337b2151a167 Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Fri, 12 Apr 2024 07:37:35 +0200 Subject: [PATCH] Fixed tox matrix --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcb43dc..b0611ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,10 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] django-version: [42, 50] exclude: - - python-version: "3.12" - django-version: 22 + - python-version: '3.8' + django-version: 50 + - python-version: '3.9' + django-version: 50 steps: - uses: actions/checkout@v4