From 89b1b92273a09d6237cd434a33f4d3c747d458b7 Mon Sep 17 00:00:00 2001 From: palewire Date: Sat, 27 Apr 2024 06:06:35 -0400 Subject: [PATCH] Add more testing --- .github/workflows/continuous-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index d1301c1..a7966c4 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -24,8 +24,8 @@ jobs: test-python: strategy: matrix: - python: ['3.8', '3.9', '3.10'] - django: ['2.2', '3.2', '4.1'] + python: ['3.8', '3.9', '3.10', '3.11'] + django: ['2.2', '3.2', '4.2', '5.0'] name: Test runs-on: ubuntu-latest steps: