Skip to content

Commit

Permalink
fix: added changes requested by sobhan
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 20, 2023
1 parent 0185503 commit 6672a73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
matrix:
tox-env: [quality, django32, django42]
python-version: [3.8]
db-version: ['mysql80']
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'
db-version: 'mysql57'

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ norecursedirs = .* jenkins load_tests log reports script test_framework xqueue
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
django40: Django>=4.0,<4.1
-r{toxinidir}/requirements/test.txt
passenv =
DB_HOST
Expand Down

0 comments on commit 6672a73

Please sign in to comment.