Skip to content

Commit

Permalink
test with various DDT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 14, 2023
1 parent 025e7a8 commit 34ea4d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ddt_version: ['3.8.1', '4.0.0', '4.1.0', '4.2.0']
include:
- django-version: "2.2.0"
python-version: "3.8"
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
- name: Upgrade django version
run: |
python -m pip install "Django~=${{ matrix.django-version }}"
python -m pip install "django-debug-toolbar~=${{ matrix.ddt_version }}"
- name: Run pre-commit
run: pre-commit run --all-files
Expand Down

0 comments on commit 34ea4d9

Please sign in to comment.