Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update github action django version
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Feb 20, 2023
1 parent d7fc67b commit fc12e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
max-parallel: 6
matrix:
python-version: [ '3.9', '3.10', '3.11' ]
django-version: [ '3.2.13', '4.1.7' ]
django-version: [ '3.2.18', '4.1.7' ]
include:
- python-version: '3.10'
django-version: '4.0.7'
- python-version: '3.11'
django-version: '4.1.7'
coverage: yes
outputs:
version: ${{ steps.getVersion.outputs.VERSION }}
Expand Down

0 comments on commit fc12e36

Please sign in to comment.