Skip to content

Commit

Permalink
Update GitHub Actions test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli authored Oct 24, 2023
1 parent 83913a2 commit 38aadc7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,20 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
django-version: ['3.2', '4.0', '4.1', '4.2']
python-version: ['3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.1', '4.2']
include:
# Tox configuration for QA environment
- python-version: '3.10'
- python-version: '3.11'
django-version: 'qa'
# Django main
- python-version: '3.10'
django-version: 'main'
experimental: true
- python-version: '3.11'
django-version: 'main'
experimental: true
- python-version: 'pypy-3.8'
- python-version: '3.11'
django-version: 'main'
experimental: true
exclude:
# Exclude Django 4.0 for Python 3.11
- python-version: '3.11'
django-version: '4.0'
# Exclude Django 3.2 for Python 3.11
- python-version: '3.11'
django-version: '3.2'
Expand Down

0 comments on commit 38aadc7

Please sign in to comment.