Skip to content

Commit

Permalink
drop django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed May 26, 2022
1 parent 09b45a9 commit e174c99
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yaml
Expand Up @@ -13,13 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
django: [ 22, 32, 40 ]
exclude:
- python-version: "3.10"
django: 22
- python-version: 3.7
django: 40
python-version: [ 3.8, 3.9, "3.10" ]
django: [ 32, 40 ]

services:
postgres:
image: postgres
Expand Down

0 comments on commit e174c99

Please sign in to comment.