From c86ce01bb12801edad186c0e25a42f4748128678 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Fri, 6 Sep 2024 12:06:26 -0400 Subject: [PATCH] Update continuous-deployment.yaml --- .github/workflows/continuous-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index e3668d1..8f2af47 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -46,16 +46,16 @@ jobs: strategy: matrix: python: ['3.7', '3.8', '3.9', '3.10', '3.11'] - django: ['3.2', '4.2', '5.0'] + django: ['3.2', '4.2', '5.1'] exclude: - python: '3.7' django: '4.2' - python: '3.7' - django: '5.0' + django: '5.1' - python: '3.8' - django: '5.0' + django: '5.1' - python: '3.9' - django: '5.0' + django: '5.1' steps: - name: Checkout uses: actions/checkout@v4