Skip to content

Commit

Permalink
build: include django 2.2- python 3.7 from build job
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaut-lo committed Dec 20, 2022
1 parent 8064d92 commit e2169de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
include:
- django: "3.2"
python-version: "3.7"
- django: "2.2"
python-version: "3.7"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e2169de

Please sign in to comment.