From c2592d0bef489f2909b7b89081ad29258d79b8e0 Mon Sep 17 00:00:00 2001 From: Bob Booij-Liewes Date: Wed, 18 Dec 2024 21:08:41 +0100 Subject: [PATCH] Add testing of django 4 back then we test django 3, 4 and 5 with python 3.8 and 3.12 on both postgres and mysql --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 202d7e6c..199b6b2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,11 @@ jobs: strategy: matrix: python-version: ["3.8", "3.12"] - django-version: ["3.2.25", "5.1.4"] + django-version: ["3.2.25", "4.2.17", "5.1.4"] database-engine: ["postgres", "mysql"] exclude: - python-version: 3.8 django-version: 5.1.4 - - python-version: 3.9 - django-version: 5.1.4 services: postgres: