Skip to content

Commit

Permalink
fix: django32 dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 26, 2023
1 parent 695b001 commit 4c90b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
tox-env: [quality, django32, django42]
tox-env: [quality, django42]
python-version: [3.8]
db-version: ['mysql57', 'mysql80']
# excluding mysql5.7 with Django 4.2 since Django 4.2 has
# dropped support for MySQL<8
exclude:
- tox-env: 'django42'
db-version: 'mysql57'
db-version: ['mysql80']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32,42},quality
envlist = py38-django{42},quality
skipsdist = True

[pycodestyle]
Expand All @@ -13,7 +13,6 @@ norecursedirs = .* jenkins load_tests log reports script test_framework xqueue

[testenv]
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
passenv =
Expand Down

0 comments on commit 4c90b70

Please sign in to comment.