From 365e0e909f82d49e9952c283f8f12037be366329 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 27 Feb 2024 15:48:29 +0500 Subject: [PATCH] build: update ci workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 410ade3c..7cb6e81e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, '3.8', '3.12'] - django-version: [django42] + python-version: ['3.8', '3.12'] + django-version: ['4.2'] node: [18] steps: - uses: actions/checkout@v4