Skip to content

Commit

Permalink
fix: djang-version replaced with tox-env
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 20, 2023
1 parent 6672a73 commit eb2e6e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
tox-env: [quality, django32, django42]
python-version: [3.8]
db-version: ['mysql57', 'mysql80']
django-version: ['4.2']
# excluding mysql5.7 with Django 4.2 since Django 4.2 has
# dropped support for MySQL<8
exclude:
- django-version: '4.2'
- tox-env: 'django42'
db-version: 'mysql57'

steps:
Expand Down

0 comments on commit eb2e6e3

Please sign in to comment.