Skip to content

Commit

Permalink
Revert "Try tests without conflicting cprofile"
Browse files Browse the repository at this point in the history
This reverts commit 9a10dd2.
  • Loading branch information
albertyw committed Jan 16, 2024
1 parent 2ec9d27 commit ee904ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.12']
django-version: ['5.0']
postgres-version: ['12']
mariadb-version: ['10.4']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.1', '4.2', '5.0', 'main']
postgres-version: ['11', '12']
mariadb-version: ['10.3', '10.4']
exclude:
# Django <=4.0 doesn't support python 3.11 (https://docs.djangoproject.com/en/4.1/faq/install/)
- python-version: '3.11'
Expand Down

0 comments on commit ee904ac

Please sign in to comment.