From 7ecebc5a3aff1bda12ddec8308cec49c2daf3d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20=C3=98llegaard?= Date: Thu, 9 Dec 2021 09:31:22 +0100 Subject: [PATCH] Django 4.0.x tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af16aca..f1aa7d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - 2.2.* - 3.1.* - 3.2.* + - 4.0.* steps: - uses: actions/checkout@v2 - name: Setup Python version ${{ matrix.python-version }}