Skip to content

Commit

Permalink
build: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 27, 2024
1 parent 5b59794 commit 365e0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 365e0e9

Please sign in to comment.